1 Star 0 Fork 0

yangyitzzg/AzerothCore-wotlk-with-NPCBots

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
trickerer 提交于 2024-12-07 07:58 . Merge branch '3.3.5' into npcbots_3.3.5
#
# AzerothCore
#
/conf/*
!/conf/dist
/modules/*
!/modules/*.md
!/modules/*.sh
!/modules/CMakeLists.txt
!/modules/*.h
!/modules/*.cmake
/build*/
/var/*
!/var/build/.gitkeep
!/var/ccache/.gitkeep
/env/dist/*
!/env/dist/.gitkeep
/env/user/*
/.env*
/apps/joiner
/deps/deno
/data/sql/custom/*
/src/server/scripts/Custom/*
!/src/server/scripts/Custom/README.md
/*.override.yml
/*.override.yaml
!.gitkeep
# default build directory if not specified by CMAKE configuration
/out/*
#
#Generic
#
.directory
.mailmap
*.orig
*.rej
*~
.hg/
*.kdev*
.DS_Store
CMakeLists.txt.user
*.bak
*.patch
*.diff
*.REMOTE.*
*.BACKUP.*
*.BASE.*
*.LOCAL.*
#
# IDE & other software
#
/.settings/
/.externalToolBuilders/*
# exclude in all levels
nbproject/
.sync.ffs_db
*.kate-swp
.browse.VC*
.idea
cmake-build-*/*
coverage-report/
.vs
#
# Eclipse
#
*.pydevproject
.metadata
.gradle
tmp/
*.tmp
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.cproject
# ==================
#
# CUSTOM
#
# put below your custom ignore rules
# for example , if you want to include a
# module directly in repositoryyou can do:
#
# !modules/yourmodule
#
# ==================
#NPCBots
!/data/sql/custom/db_characters/
!/data/sql/custom/db_world/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yangyitzzg/AzerothCore-wotlk-with-NPCBots.git
git@gitee.com:yangyitzzg/AzerothCore-wotlk-with-NPCBots.git
yangyitzzg
AzerothCore-wotlk-with-NPCBots
AzerothCore-wotlk-with-NPCBots
npcbots_3.3.5

搜索帮助