mirror of
https://github.com/ppp-project/ppp.git
synced 2025-12-20 01:00:30 +08:00
.gitattributes to exclude .git* files from git-archive. (#539)
This relates to #519 and addresses the portion where "we can also exclude things like /.github/ from the release". Signed-off-by: Jaco Kroon <jaco@uls.co.za>
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Exclude .git* files from being exported.
|
||||
.git* export-ignore
|
||||
Reference in New Issue
Block a user