Skip to content

Commit

Permalink
fix: add dist to gitignore
Browse files Browse the repository at this point in the history
Fix to allow goreleaser to succeed
  • Loading branch information
DblK committed Jul 27, 2022
1 parent a5bf2c9 commit ddd1941
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# OS
.DS_Store

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Node.js
node_modules

# shottower specific
/dist
coverprofile.out
query.json
NOTES.md
NOTES.md

0 comments on commit ddd1941

Please sign in to comment.