Update gitignore

This commit is contained in:
~erin 2022-01-23 18:48:52 -05:00
parent 9f8080ff21
commit 60f16305dc
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/target
Cargo.lock
static/en/**.html

View File

@ -23,3 +23,4 @@ sled = { version = "0.34.7", features = ["compression"] }
bincode = "1.3.3"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.132"
rss = "2.0.0"