mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-03 10:53:48 +00:00
- Created import/db/ for custom SQL files - Created import/conf/ for configuration overrides - Added comprehensive README with usage examples - Created example files for NPCs and playerbots config - Updated import-database-files.sh to support new directory - Maintains backward compatibility with database-import/ - Includes .gitignore to prevent accidental commits of sensitive data
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Ignore all files in import directories by default
|
|
db/*
|
|
conf/*
|
|
|
|
# But keep the directory structure and examples
|
|
!db/examples/
|
|
!db/examples/**
|
|
!conf/examples/
|
|
!conf/examples/**
|
|
!.gitignore
|
|
!README.md
|