| Age | Commit message (Collapse) | Author |
|
- Delete examples directory and its example action system
- Rename actions/ to legacy_actions/ and data/ to legacy_data/
- Update Cargo.toml license file reference
- Move setup scripts to scripts/dev/ directory
- Add todo.txt patterns to .gitignore
|
|
This ensures a clean state by discarding any local changes when updating
the documents repository.
|
|
The .gitmodules file has been removed and replaced with a setup.sh
script that handles cloning the documents repository. This provides more
flexibility than Git submodules while achieving similar results.
The .gitignore has been updated to reflect this change.
|