Skip to content

Commit

Permalink
chore: fixed gitignore issues
Browse files Browse the repository at this point in the history
I had accidentally ignored an entire package!
  • Loading branch information
arctic-hen7 committed Jan 22, 2022
1 parent 7ea9e3d commit f393946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ docs/
.tribble/

# A generated executable
tribble
/tribble

!.cargo
3 changes: 3 additions & 0 deletions packages/tribble/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
# Enable `web-sys` experimental APIs (specifically the Clipboard)
rustflags = ["--cfg=web_sys_unstable_apis"]

0 comments on commit f393946

Please sign in to comment.