base
This commit is contained in:
parent
edbb65eeae
commit
7bc989dd9f
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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
6
.gitmodules
vendored
Normal 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
1
third_party/a8engine
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0c3e904eec417052ee2fdacc90751feeaa3bc5a2
|
1
third_party/framework
vendored
Submodule
1
third_party/framework
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1dc9cd421690d628e289d8e253b1f52735bd3c63
|
Loading…
x
Reference in New Issue
Block a user