mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
31 lines
291 B
Plaintext
31 lines
291 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Dependencies (will be reinstalled in container)
|
|
node_modules
|
|
|
|
# Build output
|
|
build
|
|
|
|
# Data (mounted as volumes)
|
|
data
|
|
logs
|
|
|
|
# Environment files (mounted separately)
|
|
.env*
|
|
!.env.local.example
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated
|
|
gen
|