Skip to content

Commit

Permalink
chore: Update .gitignore to ignore build and dist directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1999 committed Aug 21, 2024
1 parent f73a6b9 commit cd1bc9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ posecheck/utils/__pycache__*
*/*/__pycache__/
.vscode/*
.DS_Store
*.pyc
*.pyc

build/*
dist/*

0 comments on commit cd1bc9a

Please sign in to comment.