mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
22 lines
266 B
YAML
22 lines
266 B
YAML
DB:
|
|
- src/**/*.sql
|
|
|
|
CORE:
|
|
- any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*']
|
|
|
|
Script:
|
|
- src/server/scripts/**/*.cpp
|
|
- src/server/scripts/**/*.h
|
|
|
|
Documentation:
|
|
- ./*.md
|
|
|
|
Bash:
|
|
- ./*.sh
|
|
|
|
Cmake:
|
|
- ./*.cmake
|
|
|
|
Workflow:
|
|
- .github/workflows/*
|