Skip to content

Commit

Permalink
.gitignore improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MyIgel committed Jan 1, 2017
1 parent b8ebd23 commit 79fa612
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Generic cache files
*~
.~*
*.tmp
*.temp
*.lock
*.DS_Store
.*.swp
*.out
Thumbs.db
.project
.buildpath
.settings
.*.swp
_vimrc_local.vim
.sass-cache
config/config.php
test/coverage

# PHPstorm config
/.idea/

# Project files
/config/config.php
/test/coverage

0 comments on commit 79fa612

Please sign in to comment.