mirror of
https://github.com/barkeser2002/NOMAD-Ptero-Egg.git
synced 2026-09-25 01:09:56 +03:00
17 lines
377 B
Plaintext
17 lines
377 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
|
|
Nomad/* |