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:
2025-04-23 10:14:35 +02:00
parent 52e6af9ea2
commit e4bb9d5b67

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.locale/
.history/