Adds .gitignore file to exclude local environment files
Excludes `.locale/` and `.history/` directories to prevent local environment and history files from being tracked in version control.
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.locale/
|
||||
.history/
|
Reference in New Issue
Block a user