Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
champo committed Sep 19, 2019
0 parents commit de5440c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Mac OS X finder
.DS_Store

# Vim swap files
*~
.*.sw[a-z]

# VS code
.vscode

# Goland
.idea

# Golang
/bin
/pkg
/src

0 comments on commit de5440c

Please sign in to comment.