-
-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy path.distignore
More file actions
64 lines (61 loc) · 864 Bytes
/
.distignore
File metadata and controls
64 lines (61 loc) · 864 Bytes
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
# Export ignore handling
# Directories
/.git
/.github
/.wordpress-org
/bin
/dev
/docs
/github
/tests
/workspace
/ui/js/blocks/src
/ui/js/dfv/pods-dfv.min.js.map
/ui/js/dfv/src
/ui/styles/src
# Dot-files
.babelrc
.distignore
.DS_Store
.editorconfig
.env
.env.example
.env.testing.slic
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.jshintrc
.nvmrc
.phpcs.compat.xml
.phpcs.xml
.phpstorm.meta.php
.scrutinizer.yml
.travis.yml
# Other files
babel.config.js
CODE_OF_CONDUCT.md
codeception.dist.yml
codeception.example.yml
codeception.slic.yml
CODEOWNERS
composer.json
composer.lock
CONTRIBUTING.md
Gruntfile.js
jest.config.json
jest.config.js
jest-setup-wordpress-globals.js
package.json
package-lock.json
phpcs.xml
phpcs.xml.dist
phpstan.neon
phpunit.xml.dist
README.md
rollup.config.js
slic.json
TESTS.md
webpack.common.js
webpack.dev.js
webpack.prod.js