mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
a043071e3c
Co-authored-by: Matthew Penner <me@matthewp.io>
39 lines
589 B
Plaintext
39 lines
589 B
Plaintext
/vendor
|
|
*.DS_Store*
|
|
!.env.ci
|
|
!.env.dusk
|
|
!.env.example
|
|
.env*
|
|
.vagrant/*
|
|
.vscode/*
|
|
storage/framework/*
|
|
/.idea
|
|
/nbproject
|
|
|
|
node_modules
|
|
*.log
|
|
_ide_helper.php
|
|
.phpstorm.meta.php
|
|
.php_cs.cache
|
|
public/assets/manifest.json
|
|
|
|
# For local development with docker
|
|
# Remove if we ever put the Dockerfile in the repo
|
|
.dockerignore
|
|
#Dockerfile
|
|
docker-compose.yml
|
|
|
|
# for image related files
|
|
misc
|
|
.phpstorm.meta.php
|
|
.php_cs.cache
|
|
|
|
coverage.xml
|
|
|
|
# Vagrant
|
|
*.log
|
|
resources/lang/locales.js
|
|
resources/assets/pterodactyl/scripts/helpers/ziggy.js
|
|
resources/assets/scripts/helpers/ziggy.js
|
|
.phpunit.result.cache
|