summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2dfe791e84795c9fc7f09ca3dd249e28bb488d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Exclude editor files
.*.sw[op]
*~
/.idea/

# Except those related to git
!.git*

# Docker
/docker-compose.yml

# Artifacts from vendor parts in testing
/*.phar
/Icinga
/Zend
/vendor