mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 10:33:22 +03:00
gitattributes: export-ignore test directories [ci skip]
Don't include pkg/arvo/tests and pkg/urbit/tests when running git-archive(1). Additionally, move the export-ignore declaration for pkg/urbit/hashtable_tests into the pkg/urbit/.gitattributes files. For default operation, git-archive(1) requires that these declarations be located on the tree being archived.
This commit is contained in:
parent
769252f4e6
commit
eb27d67cca
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,4 +2,3 @@ bin/* filter=lfs diff=lfs merge=lfs -text
|
||||
bin/*/* filter=lfs diff=lfs merge=lfs -text
|
||||
pkg/arvo/**/*.js binary
|
||||
pkg/arvo/**/*.css binary
|
||||
pkg/urbit/hashtable_tests export-ignore
|
||||
|
1
pkg/arvo/.gitattributes
vendored
Normal file
1
pkg/arvo/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
tests export-ignore
|
2
pkg/urbit/.gitattributes
vendored
Normal file
2
pkg/urbit/.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
tests export-ignore
|
||||
hashtable_tests export-ignore
|
Loading…
Reference in New Issue
Block a user