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