Files
NOMAD-Ptero-Egg/.gitignore
T
2025-09-20 12:59:30 +02:00

16 lines
369 B
Plaintext

# Git ignore file for a Pterodactyl Egg project
# Ignore build artifacts and temporary files
build/
dist/
*.log
# Ignore local configuration and sensitive files
.env
.DS_Store
# Pterodactyl-specific files to ignore
# The egg.json file is meant to be committed, but this
# prevents accidental commits of other local panel files.
pterodactyl/
!pterodactyl/egg-dcs.json