-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
33 lines (33 loc) · 917 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
*.suo
*.user
*.sdf
*.pyc
*.sln
*.pdb
*.vs
*.iobj
*.ipdb
*.blend1
Genesis/libs/Genesis/
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/appcache/
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/config/libraryfolders.vdf
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/logs/
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/package/
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/steamapps/libraryfolders.vdf
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/userdata/
Genesis/libs/steamworks/sdk/tools/ContentBuilder/builder/update_hosts_cached.vdf
Game/bin/config.xml
Game/bin/crashhandler/
Game/bin/Hexterminate
Game/bin/Hexterminate.exe
Game/bin/imgui.ini
Game/bin/log.txt
Game/bin/Screenshot*.bmp
Game/bin/steam_api64.dll
Game/packages/
Game/tools/publish/intermediates/
Game/tools/publish/output/
Game/tools/publish/steampipe/output/
obj/
.build-premake/
build/