Skip to content

Commit

Permalink
Update .gitattributes: exclude tests and workflows from archive
Browse files Browse the repository at this point in the history
meson-python uses git-archive to create the sdist. Some of euphonic's
test files are on the large side and we don't need to include them
with every copy of the source.

This does have the downside that git-archive can no longer be used
to produce a copy of the source with tests, but we weren't using that
anyway.
  • Loading branch information
ajjackson committed Dec 10, 2024
1 parent 6785915 commit 94b7f96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Added by versioneer
euphonic/_version.py export-subst
.github/** export-ignore
tests_and_analysis/** export-ignore
tox.ini export-ignore

0 comments on commit 94b7f96

Please sign in to comment.