-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (93 loc) · 2.7 KB
/
Copy path.gitignore
File metadata and controls
97 lines (93 loc) · 2.7 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.DS_Store
plugin-deploy.sh
config.codekit
export.sh
.idea
.vscode
.github/prompts
.cursor
/.DS_Store
/bin
nbproject
node_modules
includes/pro
build
secret.json
log.txt
npm-debug.log
vendor
!assets/vendor
phpcs-report.txt
# Ignore the following directories and files for automation tests
test-results
playwright-report
tests/e2e/node_modules/
tests/e2e/test-results/
tests/e2e/setup
tests/e2e/blob-report
tests/e2e/all-blob-reports
tests/e2e/parallel-eight
tests/e2e/parallel-nine
tests/e2e/parallel-ten
tests/e2e/parallel-eleven
tests/e2e/parallel-twelve
tests/e2e/parallel-thirteen
tests/e2e/parallel-fourteen
tests/e2e/parallel-fifteen
tests/e2e/parallel-sixteen
tests/e2e/parallel-seventeen
tests/e2e/parallel-eighteen
tests/e2e/parallel-nineteen
tests/e2e/parallel-twenty
tests/e2e/parallel-results
tests/e2e/json-results
tests/e2e/playwright-report/
tests/e2e/playwright/.cache/
tests/e2e/.DS_Store
tests/e2e/.env
tests/chrome_recordings
*.min.js.*
*.min.css.*
tests/e2e/plugins-page-wpuf-lite-check.png
tests/e2e/screenshots
# --- CI-built assets (generated by `npm run build` + `grunt release`) ---
# These are produced fresh in the release workflow and shipped by the 10up
# deploy from the working tree. Do NOT commit them. (Third-party libs and the
# hand-written vite/less sources stay tracked — only these generated outputs.)
assets/js/account.min.js
assets/js/ai-form-builder.min.js
assets/js/forms-list.min.js
assets/js/forms-list.min.js.map
assets/js/frontend-form.min.js
assets/js/frontend-subscriptions.min.js
assets/js/subscriptions.min.js
assets/js/upload.min.js
assets/js/wpuf-form-builder.js
assets/js/wpuf-form-builder-mixins.js
assets/js/wpuf-form-builder-components.js
assets/js-templates/form-components.php
assets/css/admin.css
assets/css/elementor-frontend-forms.css
assets/css/frontend-forms.css
assets/css/registration-forms.css
assets/css/wpuf-form-builder.css
# vite / tailwind generated CSS (bare .min.css is not caught by *.min.css.*)
assets/css/account.min.css
assets/css/admin/form-builder.css
assets/css/admin/subscriptions.min.css
assets/css/ai-form-builder.css
assets/css/ai-form-builder.min.css
assets/css/forms-list.min.css
assets/css/frontend-subscriptions.min.css
assets/css/frontend/account.css
# user-directory React bundle (built by npm run build:user-directory)
assets/js/wpuf-user-directory-free.asset.php
assets/js/wpuf-user-directory-free.js
assets/js/wpuf-user-directory-free.js.LICENSE.txt
assets/js/wpuf-user-directory-free.js.map
languages/wp-user-frontend.pot
# OpenSpec change proposals (local spec artifacts)
openspec/
# wp-env local test plugins scaffold (mounted by tests/e2e/.wp-env.json)
/plugins/
/assets/*