chore: gitignore .env and IDE workspace dirs
This commit is contained in:
@@ -11,7 +11,13 @@ orig/
|
|||||||
*.swo
|
*.swo
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
# Logs / caches that might leak in
|
# Logs / caches that might leak in
|
||||||
*.log
|
*.log
|
||||||
.zola/
|
.zola/
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|||||||
Reference in New Issue
Block a user