-
Notifications
You must be signed in to change notification settings - Fork 0
/
.distignore
71 lines (65 loc) · 934 Bytes
/
.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
# Directories/files that may be generated by this project
node_modules/
dist
!build
build-dev
build-module
build-style
coverage
tests/php-coverage
.phpunit.result.cache
tests/e2e/test-results
built-plugin
storybook-static
# Directories/files that may appear in your environment
.DS_Store
Thumbs.db
wp-cli.local.yml
*.sql
*.tar.gz
*.tgz
*.zip
.idea
.vscode/
.prettierrc
.eslintrc
.eslintrc.js
.eslintrc.json
.eslintrc.yml
.stylelintrc
.stylelintrc.js
.stylelintrc.json
.stylelintrc.yml
*.log
.prettierignore
.nvmrc
.prettierrc.js
# Composer
!/vendor/
# Files allowed to be overridden with a local version
phpcs.xml
phpunit.xml
# Do not include backup PHP files
*.php.bak
# git files
.git
.gitattributes
.gitignore
.nvmrc
.github
.gitkeep
composer.json
composer.lock
package.json
package-lock.json
phpcs.xml.dist
README.md
.wordpress-org
.distignore
assets/js/
assets/sass/
webpack.config.js
.babelrc
*.test.js
*.stories.js
*.mdx