From: Markus Gerdelmann Date: Fri, 19 Aug 2011 15:19:11 +0000 (+0300) Subject: Added some ignores for PHPStorm - IDE. X-Git-Tag: 2.0.0_Beta_1~1829^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8253c4b1e7fa0565e709db5efa70acc5e163504f;p=GitHub%2FWoltLab%2FWCF.git Added some ignores for PHPStorm - IDE. --- diff --git a/.gitignore b/.gitignore index dc27165e1b..de738c435e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,20 +19,31 @@ Thumbs.db *.suo *.cache -# Eclipse -.settings/ -.project -.buildpath - # Netbeans nbproject/ nbactions.xml +# Eclipse +.settings/ +.buildpath +.classpath +.project + # SVN # svn folders .svn/ +# PHPStorm +.idea/ +.nameencodings +.xmlmisc +.xmlmodules +.xmlprojectCodeStyle +.xmlvcs.xml +*.imlworkspace +.xml + # Community Framework # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted. *.tar -*.tar.gz +*.tar.gz \ No newline at end of file