chore: ignore builds/ directory and seed config files
builds/ contains large compiled .app bundles (500MB+) not suitable for git. seed_config.json contains API keys and must not be committed.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -25,3 +25,5 @@ development/
|
|||||||
file_cache/
|
file_cache/
|
||||||
aether_native_app_config.json
|
aether_native_app_config.json
|
||||||
# package-lock.json
|
# package-lock.json
|
||||||
|
builds/
|
||||||
|
resources/seed_config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user