Skip to content

Commit

Permalink
fix: .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfhsjfh committed Feb 16, 2025
1 parent 43b1e4a commit f08215e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
.DS_Store

# Testing
typst.toml
src/*.typ
/typst.toml
/src/*.typ
10 changes: 10 additions & 0 deletions tests/walker_test/typst.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "walker-test"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["sjfhsjfh"]
description = ""
keywords = [""]
exclude = ["excludes_test.txt"]

[tool]

0 comments on commit f08215e

Please sign in to comment.