repo.or.cz
/
parsely-signature-composer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[parsely-signature-composer.git]
/
.gitignore
blob
0b19cb8db4cf98e6a78a789a6754862fbb4e9426
1
# See https://help.github.com/ignore-files/ for more about ignoring files.
2
3
# dependencies
4
/node_modules
5
6
# testing
7
/coverage
8
9
# production
10
/build
11
12
# misc
13
.DS_Store
14
.env.local
15
.env.development.local
16
.env.test.local
17
.env.production.local
18
.netlify
19
20
npm-debug.log*
21
yarn-debug.log*
22
yarn-error.log*