- Un-ignore data/help/** so index.json is included in git archives - Add ShippedDataTrackingTests to catch future gitignore regressions - Add Cursor rule for agents editing shipped data/ paths
39 lines
655 B
Text
39 lines
655 B
Text
|
|
.env
|
|
*.tmp
|
|
*.json
|
|
*.js
|
|
*.yaml
|
|
*.yml
|
|
*.txt
|
|
*.log
|
|
logs/
|
|
*.rpy
|
|
*.csv
|
|
*.ks
|
|
*.cid
|
|
*.png
|
|
*.script
|
|
__pycache__
|
|
|
|
!assets/*.png
|
|
!assets/engine_icons/**
|
|
!.pre-commit-config.yaml
|
|
!data/skills/**
|
|
!data/help/**
|
|
!data/vocab_base.txt
|
|
!data/translation_contexts.json
|
|
!requirements.txt
|
|
!util/tl_inspector/TLInspector.js
|
|
!util/forge/Forge_MZ.js
|
|
!util/forge/Forge_MV.js
|
|
!util/forge/upstream/Forge_MZ.js
|
|
!util/forge/upstream/Forge_MV.js
|
|
util/forge/.forge_version.json
|
|
util/ace/*.exe
|
|
util/ace/.tools_version.json
|
|
util/wolfdawn/.wolf_version.json
|
|
!util/ace/offline/*.exe
|
|
|
|
# WolfDawn: keep the committed prebuilt binaries (offline) under version control.
|
|
!util/wolfdawn/bin/**
|