Files
pyrodactyl/.gitignore
Naterfute 9cdd2055b8 fix: async backups. awesoooome (#370)
* feat: async backup operations and the death of wings.

* chore: imports

* feat: backups v2 + elytra jobs

* fix: mariadb doesn't have a uuid type

---------

Co-authored-by: Elizabeth <me@checksum.space>
2025-09-27 18:15:40 -07:00

57 lines
751 B
Plaintext

/vendor
# Elytra binary
elytra
!elytra/
*.DS_Store*
!.env.ci
!.env.example
.env*
.vagrant/
storage/framework/*
/.idea
/nbproject
/.direnv
node_modules
*.log
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
.yarn
public/assets/manifest.json
# For local development with docker
docker-compose.yml
local_docker
/srv
/var
/data
# for image related files
misc
.php-cs-fixer.cache
coverage.xml
resources/lang/locales.js
.phpunit.result.cache
/public/build
/public/hot
result
#docker-compose.yaml
.swc/
.turbo
# Sentry Config File
.env.sentry-build-plugin
# Nix specific stuff
nix/docker/wings/pterodactyl
nix/docker/maria/mariadata
nix/docker/wings/etc/
nix/docker/wings/lib/
nix/docker/maria/mariadb_data/
nix/mariadb/
wings/
mariadb_data/