Add eslint jsdoc plugin and refine a bit the existing comments.
[e-mobility-charging-stations-simulator.git] / .gitignore
index 0e351bb90e42074985113e2d38f392b595113c22..102f38e5ac653934363ed07b68e07d71db58c88e 100644 (file)
@@ -1,5 +1,7 @@
 # config
 src/assets/config.json
+src/scripts/scriptConfig.json
+src/assets/authorization-tags.json
 manifest.yml
 
 # Logs
@@ -40,6 +42,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
 
@@ -65,3 +77,14 @@ build/config.gypi
 
 # Clinic
 *.clinic-*
+
+# System Files
+.DS_Store
+Thumbs.db
+
+# Winston
+*-audit.json
+
+# MTA
+*.mta
+mta_archives/