Skip to content

Commit 7662df5

Browse files
authored
Merge pull request #71 from thaJeztah/add_gitignore
Add .gitignore
2 parents cda3127 + fbfb44d commit 7662df5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# if you want to ignore files created by your editor/tools, consider using a
2+
# global .gitignore or .git/info/exclude see https://help.github.com/articles/ignoring-files
3+
.*
4+
!.github
5+
!.gitignore
6+
# support running go modules in vendor mode for local development
7+
vendor/

0 commit comments

Comments
 (0)