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 fc7daed commit 474c7e8Copy full SHA for 474c7e8
.gitattributes
@@ -0,0 +1,14 @@
1
+# Do not export those files in the Composer archive (lighter dependency)
2
+/.craftplugin export-ignore
3
+/.gitattributes export-ignore
4
+/.github/ export-ignore
5
+/.gitignore export-ignore
6
+/.scrutinizer.yml export-ignore
7
+/codeception.yml export-ignore
8
+/composer.lock export-ignore
9
+/buildchain/ export-ignore
10
+/docs/ export-ignore
11
+/tests/ export-ignore
12
+
13
+# Auto detect text files and perform LF normalization
14
+* text=auto
0 commit comments