Clean up gitignore

This commit is contained in:
Evan Fiordeliso 2023-04-15 19:26:35 -04:00
parent eabf8befdc
commit a74c4076cc
2 changed files with 3 additions and 6 deletions

7
.gitignore vendored
View File

@ -1,9 +1,4 @@
# Output directory
/out/
# Air temp directory
/tmp/
# Deployment directory
.deploy
dist/
dist/

View File

@ -75,3 +75,5 @@ helm repo add --username {username} --password {password} gitea-apps https://git
```sh
task publish-chart
```
##