Browse Source

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.
balping 7 years ago
parent
commit
3415beaebb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -4,3 +4,4 @@
 Homestead.yaml
 Homestead.json
 .env
+/.idea