Files
discord-rpc-godot/.gitignore

34 lines
274 B
Plaintext

# Objects.
.scons-cache/
*.os
*.o
# SConstruct
.sconf_temp
.sconsign.dblite
*.pyc
# MacOS
.DS_Store
#Cmake
build/
#Cleanup unused build files
*.obj
*.exp
*.lib
*.a
#Clean files from setup.py
src/lib/discord_game_sdk/
# release
release/
project/export/
# venv
venv/