added .idea to gitignore
This commit is contained in:
parent
fd488a8d43
commit
f19332afaf
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -14,10 +14,13 @@ Icon?
|
|||
Thumbs.db
|
||||
*.swp
|
||||
|
||||
# PHPStorm settings
|
||||
.idea
|
||||
|
||||
# User themes
|
||||
themes/*
|
||||
!themes/index.html
|
||||
!themes/default/*
|
||||
|
||||
# User config
|
||||
config.php
|
||||
config.php
|
||||
|
|
Loading…
Add table
Reference in a new issue