-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.distignore
More file actions
61 lines (52 loc) · 879 Bytes
/
.distignore
File metadata and controls
61 lines (52 loc) · 879 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
# Pierre's distribution ignore file - he excludes dev files! 🪨
# This file defines what to exclude when creating distribution packages
# Development files
.git/
.gitignore
.gitattributes
composer.json
composer.lock
composer.phar
phpunit.xml
phpunit.xml.dist
.phpunit.cache/
coverage/
tests/
.github/
docs/
*.md
!README.md
!readme.txt
# WordPress.org assets (déployés séparément vers SVN assets/)
.wordpress-org/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
error_log
# Temporary files
*.tmp
*.temp
# Development scripts and configs
create-dist.sh
.distignore
junit.xml
phpcs.xml
.editorconfig
phpcs.xml.dist
CHANGELOG.md
# Distribution directory (avoid recursion)
dist/
# Keep vendor/ for distribution (autoload.php is required)
# Keep all PHP files
# Keep templates/
# Keep languages/
# Keep assets/
# Keep wp-pierre.php