Initial commit
[boords-signature-composer.git] / .gitignore
blobd30f40ef4422ff27041df9dba83e4bd26849dc48
1 # See https://help.github.com/ignore-files/ for more about ignoring files.
3 # dependencies
4 /node_modules
6 # testing
7 /coverage
9 # production
10 /build
12 # misc
13 .DS_Store
14 .env.local
15 .env.development.local
16 .env.test.local
17 .env.production.local
19 npm-debug.log*
20 yarn-debug.log*
21 yarn-error.log*