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.
This commit is contained in:
parent
583fd4ed4f
commit
3415beaebb
|
@ -4,3 +4,4 @@
|
|||
Homestead.yaml
|
||||
Homestead.json
|
||||
.env
|
||||
/.idea
|
||||
|
|
Loading…
Reference in New Issue