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/
|
||||
packaging_temp/
|
||||
|
||||
# Docker container artifacts
|
||||
.dockerignore
|
||||
# Common local environment and editor files
|
||||
.env
|
||||
*.env
|
||||
*.local
|
||||
*.log
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Build outputs (if any local builds are done)
|
||||
dist/
|
||||
build/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
|
Reference in New Issue
Block a user