Initial commit: project scaffold

This commit is contained in:
2026-06-11 19:58:48 -05:00
commit 2cb1d58264
2 changed files with 30 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Dependencies
node_modules/
vendor/
# Environment
.env
.env.*
!.env.example
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build / Cache
dist/
build/
*.log

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Pterodactyl Addon
A custom addon for the Pterodactyl Panel.
## Setup
_Coming soon._