Skip to content

Commit

Permalink
bring .gitignore in line with cakephp/app's
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Dec 13, 2017
1 parent f1a06ee commit 75531f6
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .gitignore
Expand Up @@ -11,11 +11,6 @@
debug.log
error.log

# IDE and editor specific files #
#################################
/nbproject
.idea

# OS generated files #
######################
.DS_Store
Expand All @@ -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/

0 comments on commit 75531f6

Please sign in to comment.