1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-10 18:00:42 +00:00
OpenDiablo2/.gitignore
Tim Sarbin 52f8cd6d0c
Initial work to separate client and server logic (#330)
* Switched to json formatted characters

* Added infrastructure for networking

* Minor updates.

* more updates for map engine/rendering

* More map engine changes and fixes
2020-06-13 18:32:09 -04:00

12 lines
144 B
Plaintext

**/*__debug_bin
.vscode/**/*
!.vscode/extensions.json
**/Client.exe
**/Client
.idea/**/*
.vs/**/*
/OpenDiablo2.exe
/OpenDiablo2
**/*.pprof
tags