mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
improved gitignore for modules
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -6,17 +6,11 @@ conf/*
|
|||||||
!conf/*.dist
|
!conf/*.dist
|
||||||
modules/*
|
modules/*
|
||||||
|
|
||||||
#
|
!modules/drassil/*
|
||||||
# Allow modules to control git ignoring
|
modules/drassil/joiner
|
||||||
#
|
!modules/hw-core
|
||||||
!modules/*
|
!modules/acore
|
||||||
modules/*/*
|
!modules/worldengine
|
||||||
!modules/*/.gitignore
|
|
||||||
!modules/uwd/*
|
|
||||||
modules/uwd/joiner
|
|
||||||
!modules/hw-core/*
|
|
||||||
!modules/acore/*
|
|
||||||
!modules/worldengine/*
|
|
||||||
|
|
||||||
build*/
|
build*/
|
||||||
|
|
||||||
@@ -69,3 +63,16 @@ local.properties
|
|||||||
.project
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
|
|
||||||
|
|
||||||
|
# ==================
|
||||||
|
#
|
||||||
|
# CUSTOM
|
||||||
|
#
|
||||||
|
# put below your custom ignore rules
|
||||||
|
# for example , if you want to include a
|
||||||
|
# module directly in repositoryyou can do:
|
||||||
|
#
|
||||||
|
# !modules/yourmodule
|
||||||
|
#
|
||||||
|
# ==================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user