-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path.gitignore
67 lines (52 loc) · 897 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
62
63
64
65
66
67
# /vendor/
.DS_Store
.idea
*.code-workspace
# Composer / Package files
node_modules
/files
/vcs
/repo
# Vendor handling.
/vendor
# Allow certain vendor files.
!vendor/phpqrcode
# Some people makes...
Makefile
# Tests - local config files
codeception.yml
tests/*.suite.yml
phpunit.xml
*.local
*.test
*.testing
codeception.tric.yml
# Tests - local output files
tests/_output
tests/_support/_generated
# compiled build files
src/resources/**/app
src/resources/css
src/resources/js/**/*.min.js
# Build files
build
# build files for js minification
compiler.jar
*.ps1
# Local packaging files
.pup-*
# add this yourself to add githoooks - see .huskyrc.sample
.huskyrc
# get from translate.wordpress.org as needed
lang/*.po
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.vscode
*.code-workspace
# GitHub Actions
DOCKER_ENV
docker_tag
output.log
Dockerfile-php-build