Skip to content

Commit

Permalink
add .gitignore to ignore distribution .gz
Browse files Browse the repository at this point in the history
also have MANIFEST.SKIP ignore gitignore
  • Loading branch information
pryrt committed May 11, 2024
1 parent ec8f92a commit 302b7cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignore distributions
*.gz
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
^.svn/
^.github/
^.git/
^.gitignore$
^MYMETA
^\.?travis\.yml$
^\.?appveyor\.yml$
Expand Down

0 comments on commit 302b7cb

Please sign in to comment.