Skip to content

Commit

Permalink
chore: Exclude .github directory from package
Browse files Browse the repository at this point in the history
Excludes the `.github` directory from the package to prevent unnecessary files from being included in the distribution. This ensures a cleaner and more focused package.
  • Loading branch information
RedAtman committed Aug 1, 2024
1 parent 44c6626 commit 3cb1f70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ test/* export-ignore
# Exclude Sublime Text project and workspace files from the package
*.sublime-project export-ignore
*.sublime-workspace export-ignore

# Exclude github files from the package
.github/ export-ignore

0 comments on commit 3cb1f70

Please sign in to comment.