backend
This commit is contained in:
39
backend/.dockerignore
Normal file
39
backend/.dockerignore
Normal file
@@ -0,0 +1,39 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Mix artifacts
|
||||
/_build
|
||||
/deps
|
||||
*.ez
|
||||
|
||||
# Build artifacts
|
||||
erl_crash.dump
|
||||
|
||||
# Static artifacts
|
||||
/priv/static/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Editor files
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test files
|
||||
/cover
|
||||
/test
|
||||
|
||||
# Documentation
|
||||
/doc
|
||||
|
||||
# Node modules (if any frontend code was in here)
|
||||
node_modules
|
||||
Reference in New Issue
Block a user