/ .gitignore
.gitignore
 1  # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 2  
 3  # dependencies
 4  /node_modules
 5  /.pnp
 6  .pnp.js
 7  package-lock.json
 8  
 9  # testing
10  /coverage
11  
12  # production
13  /build
14  
15  # misc
16  .DS_Store
17  .env.local
18  .env.development.local
19  .env.test.local
20  .env.production.local
21  
22  npm-debug.log*
23  yarn-debug.log*
24  yarn-error.log*