summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 958dc6d25c77fa001cd10d1ace17cc80ae584031 (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
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