mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 22:32:41 +01:00
Added ".idea" to gitignore
Keeps PhpStorm's project files out of commits
This commit is contained in:
parent
06b3f21b61
commit
c33eb038fc
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,6 +9,9 @@
|
|||
# NetBeans project files
|
||||
/nbproject/
|
||||
|
||||
# PhpStorm project files
|
||||
.idea/
|
||||
|
||||
# Arcanist scratch directory
|
||||
/.arc
|
||||
|
||||
|
|
Loading…
Reference in a new issue