diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-09-28 15:42:09 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-09-28 15:42:09 +0200 |
commit | fc487c4eb1924caae1056356963df91e06811b4a (patch) | |
tree | 8434abb0a5cf223a234f9458adc013ba190031dc /.gitignore | |
parent | c146f6940a176142084b4fc3c610d13aca60d90e (diff) | |
download | wallabag-fc487c4eb1924caae1056356963df91e06811b4a.tar.gz wallabag-fc487c4eb1924caae1056356963df91e06811b4a.tar.zst wallabag-fc487c4eb1924caae1056356963df91e06811b4a.zip |
Remove .idea stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -48,8 +48,4 @@ composer.lock | |||
48 | app/Resources/static/lib/* | 48 | app/Resources/static/lib/* |
49 | /bin | 49 | /bin |
50 | !/src/Wallabag/CoreBundle/Resources/public | 50 | !/src/Wallabag/CoreBundle/Resources/public |
51 | /src/Wallabag/CoreBundle/Resources/public/* | 51 | /src/Wallabag/CoreBundle/Resources/public/* \ No newline at end of file |
52 | |||
53 | # PHPStorm | ||
54 | .idea/ | ||
55 | |||