This commit is contained in:
zhulongjun 2019-01-08 16:05:08 +08:00
parent edbb65eeae
commit 7bc989dd9f
4 changed files with 28 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
webapp/php-common
*.*\~
*.*~
*.*\#
*.*#
\#*
\.\#*
~*.*
\#*.*
*.pb.*
CMakeCache.txt
cmake_install.cmake
CMakeFiles
Makefile
server/bin
__pycache__
*pb2.py
*.pyc
*.out
compile_commands.json

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "third_party/a8engine"]
path = third_party/a8engine
url = git@git.kingsome.cn:server_common/a8engine.git
[submodule "third_party/framework"]
path = third_party/framework
url = git@git.kingsome.cn:server_common/framework.git

1
third_party/a8engine vendored Submodule

@ -0,0 +1 @@
Subproject commit 0c3e904eec417052ee2fdacc90751feeaa3bc5a2

1
third_party/framework vendored Submodule

@ -0,0 +1 @@
Subproject commit 1dc9cd421690d628e289d8e253b1f52735bd3c63