Skip to content

Commit 84c7d13

Browse files
Update .gitattributes
Add .git files, the license file and the readme file to the list of files being ignored for releases.
1 parent 9dcac49 commit 84c7d13

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
4+
# exclude .gitignore and similar from the generated tarball
5+
.git* export-ignore
6+
7+
# exclude license and readme file
8+
LICENSE export-ignore
9+
README.md export-ignore

0 commit comments

Comments
 (0)