summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d712148b39a490071f4367c475f0c225e2bcffd2 (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
# Generic cache files
*~
.~*
*.tmp
*.temp
*.lock
*.DS_Store
.*.swp
*.out
Thumbs.db
.project
.buildpath
.settings
_vimrc_local.vim
.sass-cache

# PHPstorm config
/.idea/

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

# Composer files
/vendor/
/composer.lock