mirror of
https://github.com/github/gitignore
synced 2024-11-05 11:28:50 +01:00
b3fee77004
Laravel: fixed incorrect ignoring of cache folder
17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
vendor/
|
|
node_modules/
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
storage/*.key
|
|
.env.*.php
|
|
.env.php
|
|
.env
|
|
|
|
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
|
|
.rocketeer/
|