Skip to content

Commit

Permalink
Clean up release
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Custine <[email protected]>
  • Loading branch information
ccustine committed Feb 28, 2018
1 parent eda6cf5 commit af1d468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
23 changes: 4 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
bak/
docs/

# Created by .ignore support plugin (hsz.mobi)
### Go template
# Binaries for programs and plugins
Expand All @@ -21,25 +24,7 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
.idea/

## File-based project format:
*.iws
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ archive:
format: zip
files:
- LICENSE
- CHANGELOG.md
# - CHANGELOG.md
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
checksum:
Expand Down

0 comments on commit af1d468

Please sign in to comment.