forked from wardleApp/Coinspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (27 loc) · 764 Bytes
/
.gitignore
File metadata and controls
34 lines (27 loc) · 764 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
node_modules/
database/Initialize_database_data/
.env
.DS_Store
client/dist/bundle.js
client/dist/674f50d287a8c48dc19ba404d20fe713.eot
client/dist/912ec66d7572ff821749319396470bde.svg
client/dist/b06871f281fee6b241d60582ae9369b9.ttf
client/dist/be14d13d077b5d919005273ec1fcd069.png
### node etc ###
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Dependency directorys
# Deployed apps should consider commenting these lines out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules/