97 lines
1.6 KiB
Plaintext
97 lines
1.6 KiB
Plaintext
/node_modules
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
.env
|
|
.env.backup
|
|
.phpunit.result.cache
|
|
docker-compose.override.yml
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.idea
|
|
/.vscode
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/laravel,composer,vim
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=laravel,composer,vim
|
|
|
|
### Composer ###
|
|
composer.phar
|
|
/vendor/
|
|
|
|
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
# composer.lock
|
|
|
|
### Laravel ###
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
public/hot
|
|
|
|
# Laravel 5 & Lumen specific with changed public path
|
|
public_html/storage
|
|
public_html/hot
|
|
|
|
storage/*.key
|
|
.env
|
|
Homestead.yaml
|
|
Homestead.json
|
|
/.vagrant
|
|
.phpunit.result.cache
|
|
|
|
### Vim ###
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg # comment out if you don't need vector files
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/laravel,composer,vim
|
|
|
|
# Compiled assets (built by npm run production)
|
|
/public/css
|
|
/public/js
|
|
/public/mix-manifest.json
|
|
|
|
# Logs
|
|
storage/logs/*.log
|
|
error_log
|
|
public/error_log
|
|
|
|
# cPanel leftovers
|
|
apigizibalita.telekardiologi.com/
|
|
cgi-bin/
|
|
|
|
# IDE / OS files
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|