Fix gitignore
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-13 18:46:46 +01:00
parent affbdfa1e4
commit 6a57c1682b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ dist/*
ezshare.toml
ezshare.test.toml
dist/
gitea_token

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.12"
const Version = "v0.1.13"