mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 11:05:05 +03:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# Exclude data directory to prevent local database from being copied into production images
|
|
backend/data/
|
|
|
|
# Exclude logs
|
|
backend/logs/
|
|
|
|
# Exclude development files
|
|
node_modules/
|
|
.git/
|
|
.gitignore
|
|
README.md
|
|
*.log
|