-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (34 loc) · 756 Bytes
/
.gitignore
File metadata and controls
46 lines (34 loc) · 756 Bytes
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
#-------------------------------------------------
# Files to be ignored by Git
#-------------------------------------------------
# phpDocumentor build and cache files
src/.phpdoc
# Eclipse project file and settings directory
.project
.settings/
# ignore swap files
*.swp
# ignore cache files
*.cache
# Composer 3rd-party software
/vendor
# Composer PHP archive file
composer.phar
# tests coverage directory
/tests/coverage
# certificate files
*.crt
*.pem
# tests configuration file
/tests/config.ini
# local tests - ignore all local test files except for the README.md
/tests/local/*
!/tests/local/README.md
# files generated by markdown viewer
*.md.html
# phpdoc generated files
/build
/cache
/docs/api/html
/docs/api/xml
/docs/experimental