exclude tests from releases

This commit is contained in:
OgelGames
2024-05-20 13:25:39 +10:00
parent 971c40ea76
commit 91d6fdaed8
2 changed files with 8 additions and 3 deletions

3
.gitattributes vendored
View File

@ -2,4 +2,5 @@
* text=auto
# Exclusions for release export.
* export-ignore
.* export-ignore
tests.lua export-ignore