mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Created .gitignore to exclude log and cache files. - Added INDEX.md for quick reference of seed files and their purposes. - Introduced README.md detailing the seed package system and usage. - Established bootstrap.yaml for package system initialization configuration. - Defined package-repo.yaml for package repository settings and conflict resolution. - Created installed_packages.yaml for initial records of installed packages. - Added package_permissions.yaml for default permissions in the system. - Defined core-packages.yaml for essential packages to be auto-installed during bootstrap.
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
# Ignore log files
|
|
logs/*.log
|
|
logs/*.json
|
|
|
|
# Ignore cache
|
|
.cache/
|
|
|
|
# Keep directory structure
|
|
!logs/.gitkeep
|