chore: refine .gitignore (env, logs, editors; allow .dockerignore in packages)
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -7,8 +7,19 @@ temp_*
|
|||||||
*_package_new/
|
*_package_new/
|
||||||
packaging_temp/
|
packaging_temp/
|
||||||
|
|
||||||
# Docker container artifacts
|
# Common local environment and editor files
|
||||||
.dockerignore
|
.env
|
||||||
|
*.env
|
||||||
|
*.local
|
||||||
|
*.log
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Build outputs (if any local builds are done)
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|
||||||
# OS generated files
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Reference in New Issue
Block a user