mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
improved gitignore for modules
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -6,17 +6,11 @@ conf/*
|
||||
!conf/*.dist
|
||||
modules/*
|
||||
|
||||
#
|
||||
# Allow modules to control git ignoring
|
||||
#
|
||||
!modules/*
|
||||
modules/*/*
|
||||
!modules/*/.gitignore
|
||||
!modules/uwd/*
|
||||
modules/uwd/joiner
|
||||
!modules/hw-core/*
|
||||
!modules/acore/*
|
||||
!modules/worldengine/*
|
||||
!modules/drassil/*
|
||||
modules/drassil/joiner
|
||||
!modules/hw-core
|
||||
!modules/acore
|
||||
!modules/worldengine
|
||||
|
||||
build*/
|
||||
|
||||
@@ -69,3 +63,16 @@ local.properties
|
||||
.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
|
||||
#
|
||||
# ==================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user