mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
9b44951272
Laravel: ignore homestead config and npm debug.
21 lines
324 B
Plaintext
21 lines
324 B
Plaintext
vendor/
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
public/hot
|
|
storage/*.key
|
|
.env.*.php
|
|
.env.php
|
|
.env
|
|
Homestead.yaml
|
|
Homestead.json
|
|
|
|
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
|
|
.rocketeer/
|