You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
martian-chess/.gitignore

46 lines
485 B
Plaintext

# Rust patterns
/target
# Temporay DLL files
/*.dll
/*.lib
# FMOD patterns
**/.cache/
**/.user/
**/.unsaved/
**/*.fspackage
!*.bank
# Windows files
**/*.ini
trace-*.json
*.blend
*.blend1
# Don't need this
.vscode/
*.tracy
temp/
# MacOS .package/.dmg related files
.DS_Store
*.dmg
!platforms/macos/Martian\ Chess.app/Contents/Info.plist
platforms/macos
icon_*.png
*.iconset
*.icns
# Linux AppImage related build files
platforms/linux
AppRun
*.AppImage
*.zip
*.tar.gz
.DirIcon