test(simulator): use standard file namespace for tests
[e-mobility-charging-stations-simulator.git] / .gitignore
index 92bdcf304e3059126e0d36db4facdfd814992bf7..5bf56abf9cd3fff2ba601c1f2bec88dc500351e4 100644 (file)
@@ -2,11 +2,12 @@
 src/assets/config*.json
 !src/assets/config-template.json
 src/scripts/scriptConfig.json
-src/assets/*tags*.json
-!src/assets/authorization-tags-template.json
+src/assets/*idtags*.json
+!src/assets/idtags-template.json
 mikro-orm.config*.ts
 !mikro-orm.config-template.ts
-manifest.yml
+manifest*.yml
+!manifest-cf-template.yml
 
 ### Git ###
 # Created by git for backups. To disable backups in Git:
@@ -27,6 +28,7 @@ manifest.yml
 logs
 *.log
 npm-debug.log*
+pnpm-debug.log*
 
 # Runtime data
 pids
@@ -108,6 +110,9 @@ Thumbs.db
 *.mta
 mta_archives/
 
+# pnpm
+package-lock.json
+
 *.bak
 .eslintcache
 temp/