chore(gitignore): add .local directory to ignored files
- Updates .gitignore to include the .local directory - Prevents accidental commits of local configuration files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
coverage/
|
||||
logs/
|
||||
.locale/
|
||||
.local/
|
||||
cache/
|
||||
out.py
|
||||
output.txt
|
||||
|
Reference in New Issue
Block a user