forked from hsa00000/urocissa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (19 loc) · 762 Bytes
/
.gitignore
File metadata and controls
23 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ignore all log files at the root level, typically generated with custom names by run_urocissa_docker.sh using --log-file
/*.log
# Prevent uploading development-related scripts and editor configuration files to the main branch
cleanup.sh
.vscode/
# User-specific configuration files, added to .gitignore to avoid overwriting during collaboration
gallery-backend/config.json
gallery-backend/Rocket.toml
gallery-frontend/config.ts
.env
# Ignore build and generated files that should not be version-controlled
gallery-frontend/dist
gallery-frontend/node_modules
gallery-backend/target
gallery-backend/test
gallery-backend/db
gallery-backend/object
# gallery-backend/upload: A user-specific folder for media uploads, should not be tracked
gallery-backend/upload