-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.distignore
74 lines (53 loc) · 912 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
72
73
74
# Plugin
/tests/
/examples/
/package.json
# WP-CLI distribution archive
# https://wordpress.stackexchange.com/questions/290025/what-tools-respect-distignore
/.distignore
# IntelliJ’s project specific settings files
/.idea
# ApiGen
/apigen.neon
# Desktop Services Store
.DS_Store
# Git
/.git
/.gitignore
# GitHub
/.github/
# Grunt
/Gruntfile.js
# PHP Mess Detector (https://phpmd.org/)
phpmd.ruleset.xml
phpmd.xml.dist
# PHPUnit (https://phpunit.de/)
phpunit.xml
phpunit.xml.dist
# Travis CI (https://travis-ci.org/)
.travis.yml
# Build
/build/
# Deployer.org
/deploy.php
# Node.js
/node_modules/
# WordPress
/wordpress/
# Composer bin plugin
/vendor-bin/
# PHP_CodeSniffer
/phpcs.xml
/phpcs.xml.dist
# PHP Coding Standards Fixer
.php-cs-fixer.cache
# PHPStan
/phpstan.neon
/phpstan.neon.dist
# Psalm
/psalm.xml
/psalm.xml.dist
# wp-env
/wp-env.json
# Yarn (https://yarnpkg.com/)
yarn.lock