mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
huge Laravel 10 upgrade
This commit is contained in:
53
support/laravel-maps/.gitignore
vendored
Normal file
53
support/laravel-maps/.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
/.idea
|
||||
/.vscode
|
||||
.phpunit.result.cache
|
||||
|
||||
### Composer
|
||||
/vendor
|
||||
composer.phar
|
||||
|
||||
### Node
|
||||
/node_modules
|
||||
/package-lock.json
|
||||
npm-debug.log*
|
||||
.npm/
|
||||
.eslintcache
|
||||
.node_repl_history
|
||||
|
||||
*.js.LICENSE
|
||||
|
||||
### Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
*.lnk
|
||||
|
||||
### macOS
|
||||
*.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
### Linux
|
||||
*~
|
||||
.fuse_hidden*
|
||||
.directory
|
||||
.Trash-*
|
||||
.nfs*
|
||||
Reference in New Issue
Block a user