Skip to content

Commit 0cb7133

Browse files
committed
fix: add missing distignore file
1 parent f7ea7f1 commit 0cb7133

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.distignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Directories
2+
/.git
3+
/.github
4+
/node_modules
5+
/src
6+
7+
# Configuration files
8+
.distignore
9+
.editorconfig
10+
.gitattributes
11+
.gitignore
12+
.plugin-data
13+
.wp-env.json
14+
grumphp.yml
15+
phpcs.xml.dist
16+
psalm.xml.dist
17+
18+
# Dependency management
19+
composer.json
20+
composer.lock
21+
package.json
22+
package-lock.json
23+
24+
# Documentation (GitHub)
25+
CHANGELOG.md
26+
README.md
27+
28+
# Development files
29+
*.log
30+
*.map
31+
.DS_Store
32+
Thumbs.db

0 commit comments

Comments
 (0)