2021-07-09 18:23:15 +00:00
|
|
|
#------------------#
|
|
|
|
# IDEs and Editors #
|
|
|
|
#------------------#
|
|
|
|
|
|
|
|
# Jetbrains
|
2017-06-03 22:05:31 +00:00
|
|
|
/.idea
|
2021-07-09 18:23:15 +00:00
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
2015-12-06 18:58:49 +00:00
|
|
|
|
2021-07-09 18:23:15 +00:00
|
|
|
# Visual Studio Code
|
|
|
|
/.vscode
|
|
|
|
|
|
|
|
# Sublime Text
|
|
|
|
*.sublime-*
|
|
|
|
|
|
|
|
#-------------------#
|
|
|
|
# Tools #
|
|
|
|
#-------------------#
|
|
|
|
|
|
|
|
# Vagrant
|
|
|
|
/.vagrant
|
|
|
|
|
|
|
|
#-------------------#
|
|
|
|
# Languages #
|
|
|
|
#-------------------#
|
2017-03-27 22:13:24 +00:00
|
|
|
|
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
|
2021-08-07 23:00:14 +00:00
|
|
|
.php-cs-fixer.cache
|
2021-07-18 17:28:14 +00:00
|
|
|
.phpunit.result.cache
|
2018-02-25 16:56:47 +00:00
|
|
|
|
2021-07-09 18:23:15 +00:00
|
|
|
#-------------------#
|
|
|
|
# Operating Systems #
|
|
|
|
#-------------------#
|
2018-05-04 12:21:39 +00:00
|
|
|
|
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*
|
2018-02-25 16:56:47 +00:00
|
|
|
*.log
|
2021-07-28 04:23:11 +00:00
|
|
|
_ide_helper_models.php
|
|
|
|
_ide_helper.php
|
|
|
|
.phpstorm.meta.php
|