-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitattributes
59 lines (59 loc) · 1.51 KB
/
.gitattributes
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
*.bash export-ignore
*.cache export-ignore
*.code-workspace export-ignore
*.dist export-ignore
*.dist.yml export-ignore
*.exe export-ignore
*.sh export-ignore
*.sql export-ignore
*.tar.gz export-ignore
*.testing export-ignore
*.zip export-ignore
.DS_Store export-ignore
.babelrc export-ignore
.distignore export-ignore
.editorconfig export-ignore
.git export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.gitlab-ci.yml export-ignore
.phpcs.xml export-ignore
.phplint.yml export-ignore
.rsync-filters-post-build export-ignore
.rsync-filters-pre-build export-ignore
.travis.yml export-ignore
.vscode export-ignore
/assets_wp export-ignore
/dev-workspace export-ignore
/dist export-ignore
/screenshot-*.png export-ignore
/tests export-ignore
Gruntfile.js export-ignore
Gruntfile.js export-ignore
README.md export-ignore
RoboFile.php export-ignore
Thumbs.db export-ignore
behat.yml export-ignore
bin export-ignore
builder.yml export-ignore
circle.yml export-ignore
codeception.yml export-ignore
docker-compose.yml export-ignore
jest.config.js export-ignore
jest.config.ts export-ignore
jsconfig.json export-ignore
multisite.xml export-ignore
multisite.xml.dist export-ignore
node_modules export-ignore
package-lock.json export-ignore
package.json export-ignore
phpcs.ruleset.xml export-ignore
phpcs.xml export-ignore
phpcs.xml.dist export-ignore
phpmd.xml export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
webpack.config.js export-ignore
wp-cli.local.yml export-ignore