summaryrefslogtreecommitdiff
path: root/.gitignore
blob: eb12eae7553c6e17b1bde3fc8f8fe7385085c2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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