misc_pterodactyl-panel/.gitignore

80 lines
875 B
Text
Raw Normal View History

2021-07-09 18:23:15 +00:00
#------------------#
# IDEs and Editors #
#------------------#
# Jetbrains
/.idea
2021-07-09 18:23:15 +00:00
*.iml
*.ipr
*.iws
2021-07-09 18:23:15 +00:00
# Visual Studio Code
/.vscode
# Sublime Text
*.sublime-*
#-------------------#
# Tools #
#-------------------#
# Vagrant
/.vagrant
#-------------------#
# Languages #
#-------------------#
2021-07-09 18:23:15 +00:00
# Node.js
/.npm
/node_modules
npm-debug.log
2018-08-04 23:21:51 +00:00
2021-07-09 18:23:15 +00:00
.cache
.eslintcache
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
.yarn-integrity
yarn-debug.log
yarn-error.log
# PHP
/vendor
.php_cs.cache
.phpunit.result.cache
2021-07-09 18:23:15 +00:00
#-------------------#
# Operating Systems #
#-------------------#
2021-07-09 18:23:15 +00:00
# External Drives
.Spotlight-V100
.Trashes
# Linux
*~
# Mac OS
/.DS_Store
*.DS_Store
# VIM
.*.sw[a-p]
#-------------------#
# Project Files #
#-------------------#
# Environment Files
!.env.ci
!.env.dusk
!.env.example
.env*
*.log