Skip to content

Commit

Permalink
🙈 Fix: ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed May 30, 2024
1 parent 03d63f7 commit bc74675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Build
/ts/
/js/
/jsr/

# Logs

Expand Down
2 changes: 2 additions & 0 deletions jsr/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 1 addition & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "@siguici/colorwind",
"version": "0.0.0",
"exports": "./index.ts",
"publish": { "exclude": ["!**/*.ts"] }
"publish": { "exclude": ["!*.ts"] }
}

0 comments on commit bc74675

Please sign in to comment.