514 B
514 B
template
Minimal starter repository for future projects.
Defaults
.editorconfigfor consistent formatting.gitattributesfor normalized line endings.gitignorefor common build artifacts, editor state, caches, and local environment filesflake.nixfor a generic development shell and Nix self-checks
Use
- Rename the repository to match the project you are starting.
- Add the language- or framework-specific files you need.
- Remove any defaults that do not apply to that project.