Skip to content

Commit 474c7e8

Browse files
committed
feat: Add .gitattributes to not export those files in the Composer archive (lighter dependency)
1 parent fc7daed commit 474c7e8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)