diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-08 20:09:27 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-08 20:09:27 +1100 |
commit | 6c562470f3a7cd24ed6501f54422564ed42051ea (patch) | |
tree | 2e422b3316b6e77cbc35085a9ce63b4c6d0912d3 /.gitignore | |
parent | 89fe1bf15bc458df6c63f1aaeac42a4883efbfd5 (diff) |
Merge launcher branch
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 16 insertions, 10 deletions
@@ -1,15 +1,21 @@ -build/ -build_linux/ -dist/ +/build/ +/build_linux/ +/out/ +/windows/ +/linux/ +/mac/ +/dist/ +/installer/ enc_temp_folder/ .cache/ -attic/chucklefish/ -tiled/ -assets/user/ -assets/devel/ -assets/packed.pak -mods/*.pak -mods/* +/attic/user/ +/attic/chucklefish/ +/tiled/ +/assets/user/ +/assets/devel/ +/assets/packed.pak +/mods/*.pak +/mods/* */.vs/ *.vs/ *.sln |