Skip to content

Commit 006c8d6

Browse files
committed
Exclude more private development repo content
1 parent 59c0b51 commit 006c8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/build_pub_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# brackets e.g.
1212
# incorrect: PRIVATE="{pub}"
1313
# correct: PRIVATE="pub"
14-
PRIVATE="{pub,tst/ci,.travis.yml}"
14+
PRIVATE="{pub,tst/ci,.travis.yml,.github,CONTRIBUTING.md}"
1515

1616
# Repo URLs
1717
PRIV_REPO_URL="https://github.com/PrincetonUniversity/athena.git"

0 commit comments

Comments
 (0)