summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6d2ba51c5537b0183fa6a719c0d43b8a1690380e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
src/**/*.js.map
src/**/*.js

!src/vendor/*.js
!src/i18n/*.js
!src/content_scripts/*.js
!src/module-trampoline.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