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

33 lines
253 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/
*.zip
*.tar.gz