laravel/.gitignore
balping 3415beaebb GitIgnore PHPStorm's config directory from
If you open a (laravel) project in phpstorm, it places a `.idea` folder in the project root. This contains project-specific ide settings. You usually don't want to include such files in a git repo.
2016-08-14 02:03:34 +02:00

8 lines
80 B
Plaintext

/vendor
/node_modules
/public/storage
Homestead.yaml
Homestead.json
.env
/.idea