aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 13d80684e1f112664dc3cef43b44f06bc27c590c (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
npm-debug.log
yarn-error.log
node_modules
package-lock.json

audit.json

app/bower_components
test/bower_components
package

# IDEs
.idea
.vscode
.sublime-project

*.bak

# VIM
*.swp
*.swo

temp
.tmp
.sass-cache
.DS_Store
app/.DS_Store

coverage/
dist
builds/
builds.zip
docs/jsdocs

development/bundle.js
development/states.js
test/integration/bundle.js
test/background.js
test/bundle.js
test/test-bundle.js

test-artifacts
test-builds

#ignore css output and sourcemaps
ui/app/css/output/

notes.txt

.coveralls.yml
.nyc_output