forked from phpDocumentor/phpDocumentor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
44 lines (40 loc) · 753 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
# No need to version the binary files of other tools
bin/*
!bin/phpdoc*
!bin/githubaction*
!bin/console*
!bin/phpcs*
!bin/phpcbf*
!bin/utils/*
# 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