mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
27 lines
575 B
Plaintext
27 lines
575 B
Plaintext
# ===================================
|
|
# Environment & Configuration
|
|
# ===================================
|
|
.env
|
|
.claude/
|
|
.mcp*/
|
|
|
|
# ===================================
|
|
# Storage & Data Directories
|
|
# ===================================
|
|
storage/
|
|
local-storage/
|
|
db_*/
|
|
|
|
# ===================================
|
|
# Build Artifacts & Cache
|
|
# ===================================
|
|
.gocache/
|
|
statusdash
|
|
scripts/__pycache__/*
|
|
scripts/bash/__pycache__/*
|
|
scripts/python/__pycache__/*
|
|
|
|
# ===================================
|
|
# Logs & Runtime State
|
|
# ===================================
|
|
deploy.log |