1
This commit is contained in:
parent
9b188e7587
commit
c66eabfe60
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
webapp/php-common
|
||||||
|
*.*\~
|
||||||
|
*.*~
|
||||||
|
*.*\#
|
||||||
|
*.*#
|
||||||
|
\#*
|
||||||
|
\.\#*
|
||||||
|
~*.*
|
||||||
|
\#*.*
|
||||||
|
*.pb.*
|
||||||
|
CMakeCache.txt
|
||||||
|
cmake_install.cmake
|
||||||
|
CMakeFiles
|
||||||
|
Makefile
|
||||||
|
server/bin
|
||||||
|
__pycache__
|
||||||
|
*pb2.py
|
||||||
|
*.pyc
|
||||||
|
*.out
|
||||||
|
.vs
|
||||||
|
.user
|
||||||
|
game.py
|
||||||
|
*.cxx
|
||||||
|
compile_commands.json
|
||||||
|
x64
|
||||||
|
*.vcxproj.user
|
||||||
|
*.cproject
|
||||||
|
*.project
|
||||||
|
*.settings/
|
||||||
|
server/gameserver/.gitignore
|
||||||
|
gameserver.cbp
|
||||||
|
behaviac_generated
|
Loading…
x
Reference in New Issue
Block a user