/ .gitignore
.gitignore
 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  /build2
12  
13  # backend
14  /bin
15  
16  # api
17  /dist
18  
19  # misc
20  data/
21  .token
22  .env.local
23  .env.development.local
24  .env.test.local
25  .env.production.local
26  
27  npm-debug.log*
28  yarn-debug.log*
29  yarn-error.log*