Skip to content

Commit

Permalink
Update gitignore (#76)
Browse files Browse the repository at this point in the history
* Update gitignore

* Don't ignore files in directories we intend to include

* Update .gitignore

Co-authored-by: William Woodruff <william@yossarian.net>
  • Loading branch information
di and woodruffw authored May 10, 2022
1 parent b278eb0 commit f0cd1a8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ __pycache__/
html/
dist/
.python-version
build

# Ignore some file types that may litter the root directory
./*.txt
./*.crt
./*.sig
./*.pem
./*.sh
./*.pub
*.txt
*.crt
*.sig
*.pem
*.sh
*.pub

# Don't ignore these files when we intend to include them
!sigstore/_store/*.crt
!sigstore/_store/*.pem
!sigstore/_store/*.pub

0 comments on commit f0cd1a8

Please sign in to comment.