-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (36 loc) · 732 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (36 loc) · 732 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
42
43
44
45
46
# goVault Project .gitignore
### General
.DS_Store
.env
.env.local
.vscode/
### Go Backend
# Binaries for programs
*.exe
*.test
*.prof
# Compiled files
*.o
# Libraries and dependencies
/goVault_backend/vendor/
/goVault_backend/bin/
/goVault_backend/uploads/
# Test reports
/goVault_backend/coverage.out
# IDE-specific
.idea/
### React.js Frontend
# node_modules and dependencies
/goVault_frontend/node_modules/
/goVault_frontend/.pnp.js
/goVault_frontend/.pnp.cjs
# build output
/goVault_frontend/build/
/goVault_frontend/dist/
/goVault_frontend/out/
# logs
/goVault_frontend/npm-debug.log*
/goVault_frontend/yarn-debug.log*
/goVault_frontend/yarn-error.log*
# TypeScript build info
/goVault_frontend/tsconfig.tsbuildinfo