commit inicial
This commit is contained in:
28
.dockerignore
Normal file
28
.dockerignore
Normal file
@@ -0,0 +1,28 @@
|
||||
# Dependency directories
|
||||
node_modules
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Version control
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker configuration files
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# IDE / editor artifacts
|
||||
.idea/
|
||||
.vscode/*.swp
|
||||
|
||||
# Miscellaneous
|
||||
*.md
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user