-
Notifications
You must be signed in to change notification settings - Fork 84
/
.distignore
88 lines (88 loc) · 1.6 KB
/
.distignore
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
.git
CONTRIBUTING.md
.distignore
.gitignore
.travis.yml
.jshintrc
.commitlintrc.js
docker-compose.yml
Gruntfile.js
grunt
phpcs.xml
node_modules
logs
e2e-tests
cypress.json
.eslintignore
.eslintrc.js
.releaserc.yml
.gitattributes
.babelrc
.eslintrc
.github
package.json
bin
tests
phpunit.xml
npm-debug.log
package-lock.json
webpack.config.js
dist
.nvmrc
.editorconfig
artifact
composer.json
composer.lock
themeisle.enc
assets/scss
.idea
header-footer-grid/assets/scss
header-footer-grid/.babelrc
header-footer-grid/.eslintignore
header-footer-grid/.eslintrc.js
header-footer-grid/node_modules
header-footer-grid/package.json
header-footer-grid/package-lock.json
header-footer-grid/rollup.config.js
vendor/codeinwp/ti-onboarding/assets/vue
vendor/codeinwp/ti-about-page/assets/scss
vendor/codeinwp/ti-about-page/assets/scss
vendor/codeinwp/ti-onboarding/assets/scss
inc/admin/onboarding/assets/vue
inc/admin/onboarding/node_modules
inc/admin/onboarding/.eslintrc
inc/admin/onboarding/webpack.config.js
inc/admin/onboarding/package.json
inc/admin/onboarding/package-lock.json
**/*.css.map
.DS_Store
blackfire
rollup.config.js
docker-compose.ci.yml
assets/apps/components/config
assets/apps/components/README.md
assets/apps/components/src
assets/apps/starter-sites/src
assets/apps/dashboard/src
assets/apps/customizer-controls/src
assets/apps/metabox/src
test-results
playwright-report
visual-regressions
yarn.lock
.ds_store
.storybook
stories
cypress.storybook.json
tsconfig.json
assets/js/src
lint-staged.config.js
.stylelintrc.json
phpstan.neon
composer-dev.json
composer-dev.lock
SETUP.md
DEVELOPMENT.md
TESTING.md
tsconfig.json
docs/*