mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-28 21:55:03 +00:00
Create .dockerignore
This commit is contained in:
36
.dockerignore
Normal file
36
.dockerignore
Normal file
@@ -0,0 +1,36 @@
|
||||
# Ignore node_modules
|
||||
node_modules
|
||||
|
||||
# Ignore logs
|
||||
*.log
|
||||
logs
|
||||
*.log.*
|
||||
|
||||
# Ignore environment variables
|
||||
.env
|
||||
|
||||
# Ignore build directories and files
|
||||
dist
|
||||
build
|
||||
|
||||
# Ignore temporary files and directories
|
||||
tmp
|
||||
temp
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
*.bak
|
||||
|
||||
# Ignore Docker-related files
|
||||
Dockerfile*
|
||||
docker-compose.yml
|
||||
|
||||
# Ignore IDE/editor specific files
|
||||
.vscode
|
||||
.idea
|
||||
*.iml
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Ignore OS-specific files
|
||||
.DS_Store
|
Reference in New Issue
Block a user