.gitignore improvements
This commit is contained in:
parent
b8ebd23f6d
commit
79fa6126d7
|
@ -1,8 +1,22 @@
|
||||||
|
# Generic cache files
|
||||||
|
*~
|
||||||
|
.~*
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
*.lock
|
||||||
|
*.DS_Store
|
||||||
|
.*.swp
|
||||||
|
*.out
|
||||||
|
Thumbs.db
|
||||||
.project
|
.project
|
||||||
.buildpath
|
.buildpath
|
||||||
.settings
|
.settings
|
||||||
.*.swp
|
|
||||||
_vimrc_local.vim
|
_vimrc_local.vim
|
||||||
.sass-cache
|
.sass-cache
|
||||||
config/config.php
|
|
||||||
test/coverage
|
# PHPstorm config
|
||||||
|
/.idea/
|
||||||
|
|
||||||
|
# Project files
|
||||||
|
/config/config.php
|
||||||
|
/test/coverage
|
||||||
|
|
Loading…
Reference in New Issue