Add git ignore

This commit is contained in:
Guille 2024-03-12 13:11:27 +01:00
parent a26b340f17
commit 07309257cb
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules/*
dist/*

View File

@ -6,10 +6,7 @@
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<meta
http-equiv="X-Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<link href="css/bootstrap.min.css" rel="stylesheet">
<title>NextGen Workflows launcher</title>
</head>
<body>
@ -19,4 +16,5 @@
</ul>
</body>
<script src="./renderer.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</html>