-
Notifications
You must be signed in to change notification settings - Fork 63
/
.gitignore
61 lines (49 loc) · 918 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
51
52
53
54
55
56
57
58
59
60
61
## Mac
.DS_Store
## PhpStorm
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/.name
.idea/**/codeStyles
.idea/**/php.xml
## Sass
.sass-cache
## Phan/PHPStan
.phan
phpstan.neon
## Sublime
*.sublime-project
*.sublime-workspace
## Bower
assets/lib/flexibility/*
!assets/lib/flexibility/*.js
!assets/lib/flexibility/*.json
assets/lib/fancybox/*
!assets/lib/fancybox/dist
!assets/lib/fancybox/dist/*.js
!assets/lib/fancybox/dist/*.css
## Node & Composer
node_modules
vendor
vendor_prefixed
# JIRA plugin
atlassian-ide-plugin.xml
# DoxyGen
docs/config.doxygen
docs/html
# Environment file (used for local unit tests)
.env
# Docker files and folders used for local unit tests
docker-compose.yml
docker-unit-tests.sh
phpunit
phpunit.xml
wordpress-51-tests-lib
wordpress-latest-tests-lib
.phpunit.result.cache
.coveralls.yml
.scrutinizer.yml
.tx