aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 25 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index c61847aab..92b3f2875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,35 @@
-dist
npm-debug.log
node_modules
-temp
-.tmp
-.sass-cache
+package-lock.json
+
app/bower_components
test/bower_components
package
+
+.idea
+
+temp
+.tmp
+.sass-cache
.DS_Store
+app/.DS_Store
+
+dist
builds/
disc/
-notes.txt
-app/.DS_Store
-development/bundle.js
builds.zip
-test/integration/bundle.js
+
+development/bundle.js
development/states.js
+test/integration/bundle.js
+test/background.js
+test/bundle.js
+test/test-bundle.js
+
+#ignore css output and sourcemaps
+ui/app/css/output/
+
+notes.txt
+
+.coveralls.yml
+.nyc_output \ No newline at end of file