Files
discord-rpc-godot/.gitignore
2023-05-20 15:14:04 +02:00

25 lines
240 B
Plaintext

# Objects.
.scons-cache/
*.os
# SConstruct
.sconf_temp
.sconsign.dblite
*.pyc
# MacOS
.DS_Store
#Cmake
build/
#Cleanup unused build files
*.obj
*.exp
*.lib
#Clean files from the Game SDK
src/lib/discord_game_sdk/
# release.py
release/