chore: add dist folder to .gitignore

This commit is contained in:
Oleg Lobanov 2021-12-20 20:55:22 +01:00
parent 4d1b9dd211
commit 683b11d265
No known key found for this signature in database
GPG Key ID: 7CC64E41212621B0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ rice-box.go
.idea/
/filebrowser
/filebrowser.exe
/dist
.DS_Store
node_modules