summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 43d7f43e19853942b2f6949864a89ca091dc3db4 (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
29
30
31
32
33
34
35
# 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
/unittests.xml

# Composer files
/vendor/
/composer.lock

# Frontend files
/node_modules
/public/assets
/package-lock.json