-
-
Notifications
You must be signed in to change notification settings - Fork 272
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (27 loc) · 337 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (27 loc) · 337 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# dependencies
/node_modules
/.pnp
.pnp.js
package-lock.json
# production
dist
# env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# misc
.DS_Store
.idea/
.vscode/
*.log
coverage/
data/
temp-test-config/
# GitGuardian cache
.cache_ggshield