-
Notifications
You must be signed in to change notification settings - Fork 14
/
.pronamic-build-ignore
84 lines (62 loc) · 1.31 KB
/
.pronamic-build-ignore
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
75
76
77
78
79
80
81
82
83
84
# Pronamic build ignore
/.pronamic-build-ignore
# Git (https://git-scm.com/)
/.git/
/.gitignore
/.gitattributes
# .DS_Store (https://en.wikipedia.org/wiki/.DS_Store)
.DS_Store
# Documentation
/documentation/
# WordPress
/wordpress/
/wp-content/
# WordPress.org assets
/.wordpress-org/
# Composer (https://getcomposer.org/)
/vendor/
# Node.js (https://nodejs.org/)
/node_modules/
# pNpm (https://pnpm.io/)
/pnpm-lock.yaml
# IntelliJ's project specific settings files
# @link https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
/.idea/
# Visual Studio Code
/.vscode/
# JSHint (http://jshint.com/about/)
/.jshintrc
# GitHub
/.github/
# Nova (https://nova.app)
/.nova/
# PHP error logs
/php_errors.log
# PHP_CodeSniffer (https://github.com/squizlabs/PHP_CodeSniffer)
/phpcs.xml.dist
/phpcs.xml
/phpcs-text-domain-fixer.xml
# phpDocumentor (https://www.phpdoc.org/)
/phpdoc.dist.xml
/phpdoc.xml
# PHP Mess Detector (https://phpmd.org/)
/phpmd.ruleset.xml
/phpmd.xml.dist
/phpmd.xml
# PHP Static Analysis Tool (https://github.com/phpstan/phpstan)
/phpstan.neon.dist
/phpstan.neon
# PHPUnit (https://phpunit.de/)
/phpunit.xml.dist
/phpunit.xml
# Psalm (https://github.com/vimeo/psalm)
/psalm.xml.dist
/psalm.xml
# WP-CLI (https://wp-cli.org/)
/wp-cli.yml
# Project
/build/
/deploy/
/packages/
/src/
/tests/