mirror of
https://github.com/barkeser2002/NOMAD-Ptero-Egg.git
synced 2026-09-25 06:29:49 +03:00
16 lines
369 B
Plaintext
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 |