style crash
I downloaded Pterodactyl, installed BluePrint and addons to it
then I uploaded the built project to Github, downloaded it back and in the add-ons section of the admin panel after a while the styles crashed
Here's my .gitignore if you need it:
/vendor
.DS_Store
.env*
!.env.ci
!.env.example
.vagrant/*
.vscode/*
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
Remove if we ever put the Dockerfile in the repo
.dockerignore
docker-compose.yml
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

0 Replies