add .idea (PHPStorm settings) to gitignore
This commit is contained in:
parent
ecd57ee083
commit
a61fcbf706
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,6 +14,9 @@ Icon?
|
|||
Thumbs.db
|
||||
*.swp
|
||||
|
||||
# PHPStorm settings
|
||||
.idea
|
||||
|
||||
# User themes
|
||||
themes/*
|
||||
!themes/index.html
|
||||
|
|
Loading…
Add table
Reference in a new issue