Browse Source

Added grunt commands to build Amber to a single file

JohnnyT 11 years ago
parent
commit
2247037690
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -14,3 +14,12 @@ test/run.js
 
 # In case amber is also saved in a local Subversion
 .svn
+
+# Ignoring local NPM modules
+node_modules
+
+# Ignoring folders - compiled versions of Amber
+# local NPM modules, tmp
+dist
+node_modules
+tmp