gitignore 296 Bytes
Newer Older
1
# See https://help.github.com/articles/ignoring-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
15
16
17
18
.env.local
.env.development.local
.env.test.local
.env.production.local

19
20
21
npm-debug.log*
yarn-debug.log*
yarn-error.log*