docs initial
This commit is contained in:
+12
-4
@@ -1,31 +1,39 @@
|
||||
# Dependencies
|
||||
|
||||
node_modules/
|
||||
.venv/
|
||||
|
||||
# Build output
|
||||
|
||||
.next/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
**pycache**/
|
||||
\*.pyc
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Generated files (read-only, should not be edited)
|
||||
cofee_frontend/src/shared/api/__generated__/
|
||||
|
||||
cofee_frontend/src/shared/api/**generated**/
|
||||
|
||||
# Lock files
|
||||
|
||||
bun.lock
|
||||
uv.lock
|
||||
|
||||
# Environment
|
||||
|
||||
.env
|
||||
.env.*
|
||||
.env.\*
|
||||
|
||||
# IDE & OS
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Docker volumes
|
||||
|
||||
postgres_data/
|
||||
minio_data/
|
||||
redis_data/
|
||||
.codex
|
||||
|
||||
Reference in New Issue
Block a user