diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-11-07 17:13:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-07 18:13:44 +0100 |
| commit | fd512f02e9d6afcf07a5078b1e062ccdcacd4b54 (patch) | |
| tree | de67051fe14cf4cd645aeea719c2524cfcd87fde /.gitignore | |
| parent | 5ad7cf9dbb90c1609d772d57f2f171828b4bf171 (diff) | |
`link_animetion` xml, and ExternalFile config (#1011)
* Automatic XML for link_animetion
* Make sure tutorial images are not gitignored
* OK
* Correct ovl_Boss_Sst RangeEnd
* ExternalFiles
* Remove Segment="128"
* Remove segments from place_title_cards
* format, newlines, remove previous xml
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 06bad1aa4..8478bc7d7 100644 --- a/.gitignore +++ b/.gitignore @@ -49,5 +49,8 @@ graphs/ !*_custom* .extracted-assets.json +# Docs +!docs/tutorial/ + # Per-user configuration .python-version |
