Left file: appwork-v1_3_1/laravel-starter/.gitignore
Right file: appwork-v1_4_0/laravel-starter/.gitignore
| # Laravel |
= |
# Laravel |
| /public/hot |
|
/public/hot |
| /public/storage |
|
/public/storage |
| /storage/*.key |
|
/storage/*.key |
| /vendor |
|
/vendor |
| .env |
|
.env |
| /nbproject |
|
/nbproject |
| Homestead.json |
|
Homestead.json |
| Homestead.yaml |
|
Homestead.yaml |
| .phpunit.result.cache |
|
.phpunit.result.cache |
| |
-+ |
.env.backup |
| |
= |
|
| # Vagrant |
|
# Vagrant |
| /.vagrant |
|
/.vagrant |
| |
|
|
| # Dependencies |
|
# Dependencies |
| /node_modules |
|
/node_modules |
| |
|
|
| # IDEs and editors |
|
# IDEs and editors |
| .idea |
|
.idea |
| .vscode |
|
.vscode |
| .vs |
|
.vs |
| .project |
|
.project |
| .classpath |
|
.classpath |
| .c9/ |
|
.c9/ |
| *.launch |
|
*.launch |
| .settings/ |
|
.settings/ |
| *.sublime-workspace |
|
*.sublime-workspace |
| *.suo |
|
*.suo |
| *.ntvs* |
|
*.ntvs* |
| *.njsproj |
|
*.njsproj |
| *.sln |
|
*.sln |
| |
|
|
| # Logs |
|
# Logs |
| !logs |
|
!logs |
| *.log |
|
*.log |
| npm-debug.log* |
|
npm-debug.log* |
| yarn-debug.log* |
|
yarn-debug.log* |
| yarn-error.log* |
|
yarn-error.log* |
| |
|
|
| # Misc |
|
# Misc |
| .npm |
|
.npm |
| .eslintcache |
|
.eslintcache |
| .yarn-integrity |
|
.yarn-integrity |
| |
|
|
| # System Files |
|
# System Files |
| .DS_Store |
|
.DS_Store |
| .AppleDouble |
|
.AppleDouble |
| .LSOverride |
|
.LSOverride |
| |
|
|
| # Thumbnails |
|
# Thumbnails |
| ._* |
|
._* |
| Thumbs.db |
|
Thumbs.db |
| ehthumbs.db |
|
ehthumbs.db |
| ehthumbs_vista.db |
|
ehthumbs_vista.db |
| |
|
|
| # Dump file |
|
# Dump file |
| *.stackdump |
|
*.stackdump |
| |
|
|
| # Folder config file |
|
# Folder config file |
| [Dd]esktop.ini |
|
[Dd]esktop.ini |
| |
|
|
| # Windows shortcuts |
|
# Windows shortcuts |
| *.lnk |
|
*.lnk |