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