-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (54 loc) · 762 Bytes
/
.gitignore
File metadata and controls
64 lines (54 loc) · 762 Bytes
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
52
53
54
55
56
57
58
59
60
61
62
63
64
# from https://github.com/github/gitignore/blob/master/Node.gitignore
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp
tags
pids
logs
results
build
bower_components
node_modules
# extras
*.swp
*.swo
*~
.project
peerdb.json
npm-debug.log
.nodemonignore
.DS_Store
db/txs/*
db/txs
db/testnet/txs/*
db/testnet/txs
db/blocks/*
db/blocks
db/testnet/blocks/*
db/testnet/blocks
README.html
# www
# All img's generated from resources.sketch
# All content copied into place by grunt.
www/*
# templates
.ows-dist
app-config
# Generated resources and assets
resources/*
app/assets/img
app/assets/fonts
app/assets/sound
app/index.html
# translation
i18n/po/*.mo
i18n/crowdin_api_key.txt
app/shared/translations
# generated config file
app/ows-node-config.js