You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
374 B
Plaintext
35 lines
374 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
|
|
/coverage
|
|
|
|
# Composer files
|
|
/vendor/
|
|
/composer.lock
|
|
|
|
# Frontend files
|
|
/node_modules
|
|
/public/assets
|
|
/package-lock.json
|