build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .gitignore
index 3863e2ba767baf070749adf710cc323c0398800d..c8f0f08948512c47aa7c4fcdfea8d092bac451da 100644 (file)
@@ -1,11 +1,34 @@
 # config
-src/assets/config.json
-manifest.yml
+src/assets/config*.json
+!src/assets/config-template.json
+src/scripts/scriptConfig.json
+src/assets/*idtags*.json
+!src/assets/idtags-template.json
+src/assets/configs-docker/*.json
+mikro-orm.config*.ts
+!mikro-orm.config-template.ts
+manifest*.yml
+!manifest-cf-template.yml
+
+# Created by git for backups. To disable backups in git:
+# $ git config --global mergetool.keepBackup false
+*.orig
+
+# Created by git when using merge tools for conflicts
+*.BACKUP.*
+*.BASE.*
+*.LOCAL.*
+*.REMOTE.*
+*_BACKUP_*.txt
+*_BASE_*.txt
+*_LOCAL_*.txt
+*_REMOTE_*.txt
 
 # Logs
 logs
 *.log
 npm-debug.log*
+pnpm-debug.log*
 
 # Runtime data
 pids
@@ -40,6 +63,16 @@ jspm_packages
 # Optional REPL history
 .node_repl_history
 
+# Grunt usually compiles files inside this directory
+dist/
+
+# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
+.tmp/
+
+# Grunt typescript cache
+.tscache/
+tscommand-*
+
 # temporary file
 tmp
 
@@ -69,3 +102,22 @@ build/config.gypi
 # System Files
 .DS_Store
 Thumbs.db
+
+# Winston
+*-audit.json
+
+# MTA
+*.mta
+mta_archives/
+
+# pnpm
+package-lock.json
+
+*.bak
+.eslintcache
+temp/
+*.tar.gz
+/performance/
+performanceRecords.json
+performanceRecords.json.lock
+*.db