master
text 33 lines 417 Bytes
Raw
1 # Dependency directories
2 node_modules/
3 npm-debug.log*
4 yarn-debug.log*
5 yarn-error.log*
6 package-lock.json
7 yarn.lock
8
9 # Generated files
10 package.json
11
12 # Optional npm cache directory
13 .npm
14
15 # Optional eslint cache
16 .eslintcache
17
18 # Output of 'npm pack'
19 *.tgz
20
21 # dotenv environment variable files
22 .env
23 .env.local
24 .env.development.local
25 .env.test.local
26 .env.production.local
27
28 # IDE specific files
29 .idea/
30 .vscode/
31 *.swp
32 *.swo
33 *~