blob: 42ec4a90d328b89d67fecd379584b249bc48e252 (
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/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
|