Use Grunt for TS transpilation.
[e-mobility-charging-stations-simulator.git] / .gitignore
index 3863e2ba767baf070749adf710cc323c0398800d..afb29cd96f68c88b4b9a3047314d58231b4d5144 100644 (file)
@@ -40,6 +40,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