Added some ignores for PHPStorm - IDE.
authorMarkus Gerdelmann <mdman@mdman.de>
Fri, 19 Aug 2011 15:19:11 +0000 (18:19 +0300)
committerMarkus Gerdelmann <mdman@mdman.de>
Fri, 19 Aug 2011 15:19:11 +0000 (18:19 +0300)
.gitignore

index dc27165e1b8a67cd7a3e4d59c49dbfaee8cd894b..de738c435e15363a0874d0fccf30597912281e3d 100644 (file)
@@ -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