diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-01 14:24:41 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-01 14:24:41 +0100 |
commit | 55e83e3fc9f184b9f0ce3f6975eddb8456d32136 (patch) | |
tree | 11ccbbe938027180a59521aebf342ee7533c06ad /.gitignore | |
parent | ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 (diff) |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
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/ |