Skip to content

Commit

Permalink
remove .github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 14, 2019
1 parent 56e8dbb commit d202d5f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 87 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.goreleaser.yml export-ignore
Expand Down
41 changes: 0 additions & 41 deletions .github/CHECKLIST.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/CONTRIBUTING.md

This file was deleted.

Empty file removed .github/ISSUE_TEMPLATE.md
Empty file.
Empty file removed .github/PULL_REQUEST_TEMPLATE.md
Empty file.
12 changes: 0 additions & 12 deletions makes/env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ pull-makes: #| Clones branch makefile-go of git@github.com:kam
echo '- ' $$(cat README.md | head -n1 | awk '{print $$3}') 'at revision' $$(git rev-parse HEAD) \
)
rm -rf makes/.git makes/LICENSE makes/Makefile

.PHONY: pull-github-tpl
pull-github-tpl: #| Clones branch github-tpl-go of git@github.com:kamilsk/shared.git into .github dir
rm -rf .github
git clone git@github.com:kamilsk/shared.git .github
( \
cd .github && \
git checkout github-tpl-go && \
git branch -d master && \
echo '- ' $$(cat README.md | head -n1 | awk '{print $$3}') 'at revision' $$(git rev-parse HEAD) \
)
rm -rf .github/.git .github/LICENSE .github/README.md

0 comments on commit d202d5f

Please sign in to comment.