We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafcb5a commit 2ce44b7Copy full SHA for 2ce44b7
.gitattributes
@@ -1,12 +1,18 @@
1
-# Git
2
-.gitattributes export-ignore
+# Do not publish the following files via composer:
3
.github/ export-ignore
4
-.gitignore export-ignore
5
-
6
-# Development files
+.husky/ export-ignore
+docs/ export-ignore
+src/ export-ignore
7
.editorconfig export-ignore
+.gitattributes export-ignore
8
+.gitignore export-ignore
9
+.php-cs-fixer.dist.php export-ignore
10
+.prettierrc export-ignore
11
composer.lock export-ignore
12
+eslint.config.mjs export-ignore
13
+i18n.json export-ignore
14
+i18n.lock export-ignore
15
+jsconfig.json export-ignore
16
+package.json export-ignore
17
pnpm-lock.yaml export-ignore
-# Docs
-docs/ export-ignore
18
+pnpm-workspace.yaml export-ignore
0 commit comments