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