mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-03 02:43:50 +00:00
feat: add import/ directory for user database and config files
- 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
This commit is contained in:
11
import/.gitignore
vendored
Normal file
11
import/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user