Files
discord-rpc-godot/.gitignore

28 lines
254 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/
# venv
venv/