#------------------# # IDEs and Editors # #------------------# # Jetbrains /.idea *.iml *.ipr *.iws # Visual Studio Code /.vscode # Sublime Text *.sublime-* #-------------------# # Tools # #-------------------# # Vagrant /.vagrant #-------------------# # Languages # #-------------------# # Node.js /.npm /node_modules npm-debug.log .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-fixer.cache .phpunit.result.cache #-------------------# # Operating Systems # #-------------------# # 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 _ide_helper_models.php _ide_helper.php .phpstorm.meta.php