Fix gitignore
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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

1
.gitignore vendored
View File

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

View File

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