60 lines
549 B
Plaintext
60 lines
549 B
Plaintext
bin/
|
|
|
|
.svn/
|
|
.godeps
|
|
./build
|
|
.cover/
|
|
dist
|
|
_site
|
|
_posts
|
|
*.dat
|
|
.vscode
|
|
vendor
|
|
|
|
# Go.gitignore
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
storage
|
|
.idea
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.local
|
|
.DS_Store
|
|
|
|
profile
|
|
|
|
# vim stuff
|
|
*.sw[op]
|
|
|
|
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
|
|
node_modules |