summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 14:24:41 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 14:24:41 +0100
commit55e83e3fc9f184b9f0ce3f6975eddb8456d32136 (patch)
tree11ccbbe938027180a59521aebf342ee7533c06ad /.gitignore
parentea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 (diff)
downloadwallet-core-55e83e3fc9f184b9f0ce3f6975eddb8456d32136.tar.gz
wallet-core-55e83e3fc9f184b9f0ce3f6975eddb8456d32136.tar.bz2
wallet-core-55e83e3fc9f184b9f0ce3f6975eddb8456d32136.zip
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6c18b141a..d7a9328fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,12 @@
-*.zip
-*.xpi
-_build/
+node_modules/
+*.js.map
+background/*.js
+lib/wallet/*.js
+pages/*.js
+lib/*.js
+!lib/module-trampoline.js
+!lib/i18n-strings.js
+popup/*.js
+test/tests/*.js
+build/
+.idea/