auto-save 2026-05-12 15:47 (+2, ~3)
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
@@ -10,3 +12,11 @@ __pycache__/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
|
||||
# api
|
||||
api/.venv/
|
||||
api/jobs/
|
||||
|
||||
# web
|
||||
web/.next/
|
||||
web/out/
|
||||
|
||||
Reference in New Issue
Block a user