Bump @vue/test-utils from 2.0.2 to 2.1.0 in /src/ui/web (#198)
[e-mobility-charging-stations-simulator.git] / .gitignore
index 3863e2ba767baf070749adf710cc323c0398800d..271df212f966d46c1e4172567b6f3ee1f3f77b0d 100644 (file)
@@ -1,5 +1,11 @@
 # config
-src/assets/config.json
+src/assets/config*.json
+!src/assets/config-template.json
+src/scripts/scriptConfig.json
+src/assets/*tags*.json
+!src/assets/authorization-tags-template.json
+mikro-orm.config*.ts
+!mikro-orm.config-template.ts
 manifest.yml
 
 # Logs
@@ -40,6 +46,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 +85,18 @@ build/config.gypi
 # System Files
 .DS_Store
 Thumbs.db
+
+# Winston
+*-audit.json
+
+# MTA
+*.mta
+mta_archives/
+
+*.bak
+.eslintcache
+temp/
+*.tar.gz
+performanceRecords.json
+performanceRecords.json.lock
+*.db