Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
25
templates/docker.gitignore
Normal file
25
templates/docker.gitignore
Normal file
@@ -0,0 +1,25 @@
|
||||
# Docker
|
||||
.docker/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
Reference in New Issue
Block a user