Skip to content

Commit 78dc142

Browse files
committed
Refactor grumphp.yml to enhance coding standards integration and streamline configuration.
1 parent 00243f2 commit 78dc142

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitattributes

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# GitHub release archives will exclude these files/directories
2+
3+
# Development configuration files
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
grumphp.yml export-ignore
7+
phpcs.xml export-ignore
8+
psalm.xml export-ignore
9+
composer.json export-ignore
10+
composer.lock export-ignore
11+
12+
# Dependency directories
13+
/vendor/ export-ignore
14+
15+
# Editor and IDE files
16+
.vscode/ export-ignore
17+
.idea/ export-ignore
18+
*.sublime-project export-ignore
19+
*.sublime-workspace export-ignore
20+
.DS_Store export-ignore
21+
22+
# CI/CD files
23+
.github/ export-ignore
24+
25+
# Build and development directories
26+
/build/ export-ignore
27+
/dist/ export-ignore
28+
node_modules/ export-ignore
29+
30+
# Development files
31+
README.md export-ignore
32+

0 commit comments

Comments
 (0)