소스 검색

Add vendor folder to Go.gitignore

futabooo 8 년 전
부모
커밋
14740a52c5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Go.gitignore

+ 3 - 0
Go.gitignore

@@ -25,3 +25,6 @@ _testmain.go
 
 # Output of the go coverage tool, specifically when used with LiteIDE
 *.out
+
+# external packages folder
+vendor/