forked from elastic/apm-agent-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (36 loc) · 783 Bytes
/
.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
46
47
48
49
50
# Docker
docker/wordpress/ephemeral/
docker/wordpress/data/ext
# Mac
.DS_Store
# JetBrains PhpStorm
.idea/
# Visual Studio
.vs/
# Visual Studio Code
.vscode/
# Generated files
_GENERATED/
# Composer
composer.lock
composer.phar
vendor/
# PHP_CodeSniffer
.php_cs.cache
# PHPUnit
# phpunit.xml.dist is checked into version control and phpunit.xml is ignored by version control.
# This allows a developer to use a custom configuration without running the risk of accidentally checking it into version control.
phpunit.xml
.phpunit.result.cache
# Built documentation
html_docs
# Packaging artifacts and generated unit test reports
build/
# Backup files when using sed
.bck
# For local development
z_local*
# Temporary files
_TEMP/
# Native build folder
agent/native/_build/