wallet-core/.gitignore
Florian Dold 58a339cf51
gitignore
2016-11-27 22:16:58 +01:00

25 lines
391 B
Plaintext

src/**/*.js.map
src/**/*.js
!src/vendor/*.js
!src/emscripten/taler-emscripten-lib.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