-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
45 lines (39 loc) · 1.41 KB
/
.gitignore
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
37
38
39
40
41
42
43
44
45
# =============================================================================
# Composer files
# =============================================================================
composer.phar
composer.lock
vendor/
# =============================================================================
# IDE files
# =============================================================================
.project
.buildpath
.settings/
.idea/
# =============================================================================
# Phpunit cache
# =============================================================================
.phpunit.result.cache
# =============================================================================
# Code coverage report
# =============================================================================
coverage/
# =============================================================================
# Custom env files
# =============================================================================
.settings.mk
php_errors.log
var/
# =============================================================================
# Configuration
# =============================================================================
karma
config/*.yml
docker/docker-compose.yml
#================================================
# Whalephant files
#================================================
docker/images/phpunit/Dockerfile
docker/images/phpunit/php.ini
whalephant