diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2022-10-01 15:33:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-01 22:33:29 +0200 |
| commit | ec88b90ed899467e1e0a7e0b228264c57d0fd543 (patch) | |
| tree | 774f07d5a63825c6c8a17809a099e4b71d67f3d5 /.gitignore | |
| parent | fba4839705a0659f1219a2ad7f1be661cf17011c (diff) | |
[OTR] Initial support for PNG textures (#1634)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 98fe2b637..820fd48b7 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,8 @@ graphs/ !*_custom* .extracted-assets.json +!OTRExporter/assets/**/*.png + # Docs !docs/tutorial/ |
