summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ed2e1197750cd6d7728ecd672785e13b59d009f4 (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
36
# Generic cache files
*~
.~*
*.tmp
*.temp
*.lock
*.DS_Store
.*.swp
*.out
*.cache
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