Add luckperms database and velocity proxy

This commit is contained in:
2025-03-16 22:12:46 +00:00
parent fda1da6903
commit c36b688cc1
15 changed files with 1041 additions and 0 deletions

11
.gitignore vendored Executable file
View File

@@ -0,0 +1,11 @@
# Ignore the .git directory when using `tree --gitignore -a`.
/.git
# Ignore environment variable files containing secrets.
/.env
# Docker volumes
/velocity/data/*
/luckperms/data/*
!/**/.keep