18 lines
286 B
YAML
18 lines
286 B
YAML
template:
|
|
repo: nicolas.cantu/4NK_project_template
|
|
host: git.4nkweb.com
|
|
sync:
|
|
include:
|
|
- .gitea/
|
|
- .cursor/
|
|
- docs/
|
|
- AGENTS.md
|
|
- CONTRIBUTING.md
|
|
- CODE_OF_CONDUCT.md
|
|
- SECURITY.md
|
|
- CHANGELOG.md
|
|
exclude:
|
|
- target/
|
|
- storage/
|
|
- .git/
|