dockerized
This commit is contained in:
33
frontend/.dockerignore
Normal file
33
frontend/.dockerignore
Normal file
@@ -0,0 +1,33 @@
|
||||
# Node modules
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
.cache/
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
|
||||
# Temporary
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
Reference in New Issue
Block a user