forked from phpDocumentor/phpDocumentor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 731 Bytes
/
.gitignore
File metadata and controls
41 lines (37 loc) · 731 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
# No need to version the binary files of other tools
bin/jsonlint*
bin/validate-json*
bin/phpstan
bin/var-dump-server
bin/plantuml
# Build folder and vendor folder are generated code; no need to version this
build/*
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