-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 786 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 786 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
34
35
36
37
38
39
40
41
# Node.js dependencies
SupaSafe-Server/node_modules/
SupaSafe-Server/.pnp
SupaSafe-Server/.pnp.js
# Environment variables
SupaSafe-Server/.env
SupaSafe-Server/.env.local
SupaSafe-Server/.env.development.local
SupaSafe-Server/.env.test.local
SupaSafe-Server/.env.production.local
# Logs
SupaSafe-Server/logs
SupaSafe-Server/*.log
SupaSafe-Server/npm-debug.log*
SupaSafe-Server/yarn-debug.log*
SupaSafe-Server/yarn-error.log*
# Coverage directory used by tools like istanbul
SupaSafe-Server/coverage
# Dependency directories
SupaSafe-Server/.npm
SupaSafe-Server/.yarn
# Optional npm cache directory
SupaSafe-Server/.npm
# Optional eslint cache
SupaSafe-Server/.eslintcache
# Build outputs
SupaSafe-Server/dist
SupaSafe-Server/build
# IDE specific files
.idea/
.vscode/
*.swp
*.swo