Browse Source

Merge pull request #11539 from inoas/patch-14

bring .gitignore in line with cakephp/app's
Mark Story 8 years ago
parent
commit
a08ae39d7f
1 changed files with 20 additions and 5 deletions
  1. 20 5
      .gitignore

+ 20 - 5
.gitignore

@@ -11,11 +11,6 @@
 debug.log
 error.log
 
-# IDE and editor specific files #
-#################################
-/nbproject
-.idea
-
 # OS generated files #
 ######################
 .DS_Store
@@ -26,3 +21,23 @@ error.log
 Icon?
 ehthumbs.db
 Thumbs.db
+
+# Tool specific files #
+#######################
+# vim
+*~
+*.swp
+*.swo
+# sublime text & textmate
+*.sublime-*
+*.stTheme.cache
+*.tmlanguage.cache
+*.tmPreferences.cache
+# Eclipse
+.settings/*
+# JetBrains, aka PHPStorm, IntelliJ IDEA
+.idea/*
+# NetBeans
+nbproject/*
+# Visual Studio Code
+.vscode