mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-10-14 23:09:32 +07:00
chore: update .gitignore to include new directories
- Add 'data/', 'meta/', and 'garage.toml' to .gitignore to prevent tracking of generated files and configuration settings - Ensure cleaner repository by excluding unnecessary files from version control
This commit is contained in:
parent
166029fc5a
commit
aaef5d1584
4
.gitignore
vendored
4
.gitignore
vendored
@ -27,3 +27,7 @@ dist-ssr
|
|||||||
!.env.example
|
!.env.example
|
||||||
docker-compose.*.yml
|
docker-compose.*.yml
|
||||||
!docker-compose.dev.yml
|
!docker-compose.dev.yml
|
||||||
|
|
||||||
|
data/
|
||||||
|
meta/
|
||||||
|
garage.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user