mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +00:00
33 lines
449 B
Plaintext
33 lines
449 B
Plaintext
# Ignore node_modules and build output
|
|
node_modules
|
|
.next
|
|
out
|
|
|
|
# Ignore logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Ignore local environment files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Ignore Docker files
|
|
Dockerfile
|
|
docker-compose.yml
|
|
|
|
# Ignore git files
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore editor directories and files
|
|
.vscode
|
|
.idea
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Ignore other unnecessary files
|
|
README.md
|
|
dev/ |