Browse Source

bring .gitignore in line with cakephp/app's

inoas 8 years ago
parent
commit
75531f6df9
1 changed files with 22 additions and 5 deletions
  1. 22 5
      .gitignore

+ 22 - 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,25 @@ 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
+# Sass preprocessor
+.sass-cache/