mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update .gitignore
This commit is contained in:
parent
8fe2f76d8c
commit
44aca8f2f3
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Object files
|
||||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
|
|
@ -48,3 +49,6 @@ _testmain.go
|
|||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||
.glide/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue