-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
61 lines (61 loc) · 1.95 KB
/
.gitattributes
File metadata and controls
61 lines (61 loc) · 1.95 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
# A set of files you probably don't want in your WordPress.org distribution export-ignore
.babelrc export-ignore
.deployignore export-ignore
.distignore export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
.git export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.gitlab-ci.yml export-ignore
.travis.yml export-ignore
.DS_Store export-ignore
Thumbs.db export-ignore
behat.yml export-ignore
bitbucket-pipelines.yml export-ignore
bin export-ignore
.circleci/config.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
dependencies.yml export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
multisite.xml export-ignore
multisite.xml.dist export-ignore
.phpcs.xml export-ignore
phpcs.xml export-ignore
.phpcs.xml.dist export-ignore
phpcs.xml.dist export-ignore
README.md export-ignore
webpack.config.js export-ignore
wp-cli.local.yml export-ignore
yarn.lock export-ignore
tests export-ignore
node_modules export-ignore
*.sql export-ignore
*.tar.gz export-ignore
*.zip export-ignore
build export-ignore
build.sh export-ignore
build.xml export-ignore
assets_wp export-ignore
vendor/wpdevelopers/embera/doc export-ignore
vendor/wpdevelopers/embera/LICENSE export-ignore
vendor/wpdevelopers/embera/phpunit.xml.dist export-ignore
vendor/wpdevelopers/embera/tests export-ignore
vendor/wpdevelopers/embera/.gitattributes export-ignore
vendor/wpdevelopers/embera/FUNDING.yml export-ignore
Gutenberg/node_modules export-ignore
Gutenberg/src export-ignore
.eslintrc.json export-ignore
.wordpress-org export-ignore
vendor/priyomukul/vendor export-ignore
vendor/priyomukul/.editorconfig export-ignore
vendor/priyomukul/.gitignore export-ignore
vendor/priyomukul/composer.json export-ignore
vendor/priyomukul/README.md export-ignore