wallet-core/.gitignore
2016-11-13 23:31:17 +01:00

25 lines
388 B
Plaintext

src/**/*.js.map
src/**/*.js
!src/content_scripts/*.js
!src/module-trampoline.js
testlib/talertest.js
testlib/talertest.js.map
build/
.idea/
taler-wallet-*.tar.gz
taler-wallet-*.directive
taler-wallet-*.directive.asc
taler-wallet-*.sig
# Even though node_modules are tracked in git,
# per default we don't want them to show up in git status
node_modules/*
coverage/
coverage-*.json