forked from phpDocumentor/phpDocumentor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
45 lines (41 loc) · 789 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
# No need to version the binary files of other tools
bin/commonmark*
bin/jsonlint*
bin/validate-json*
bin/phpstan
bin/php-parse*
bin/var-dump-server*
bin/plantuml*
bin/yaml-lint*
# Build folder and vendor folder are generated code; no need to version this
build/
.phpdoc/cache/
data/examples/MariosPizzeria/build/
vendor/
node_modules/
tools/
temp/
var/
*.phar
cypress/screenshots
cypress/videos
.phpunit.result.cache
# IDEs and editors
.idea
/nbproject/private/
.buildpath
.project
.settings/
.classpath
.c9/
*.launch
*.sublime-workspace
*.swp
*.bkp
*.bak
*~
.~lock.*
# By default the phpunit.xml.dist is provided; you can override this using a local config file
phpunit.xml
# Contains local overrides for docker no need to put those in to version control
docker-compose.override.yml