31 lines
325 B
Plaintext
31 lines
325 B
Plaintext
# Generic cache files
|
|
*~
|
|
.~*
|
|
*.tmp
|
|
*.temp
|
|
*.lock
|
|
*.DS_Store
|
|
.*.swp
|
|
*.out
|
|
Thumbs.db
|
|
.project
|
|
.buildpath
|
|
.settings
|
|
_vimrc_local.vim
|
|
.sass-cache
|
|
|
|
# PHPstorm files
|
|
/.idea/
|
|
/.phpstorm.meta.php
|
|
|
|
# Project files
|
|
/config/config.php
|
|
/test/coverage
|
|
/public/coverage
|
|
|
|
# Composer files
|
|
/vendor/
|
|
/composer.lock
|
|
|
|
node_modules
|
|
public/assets |