update .gitignore
This commit is contained in:
committed by
wackxu
parent
234c01b3e9
commit
62551068b1
30
.gitignore
vendored
30
.gitignore
vendored
@@ -14,3 +14,33 @@
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# OSX leaves these everywhere on SMB shares
|
||||
._*
|
||||
|
||||
# OSX trash
|
||||
.DS_Store
|
||||
|
||||
# Eclipse files
|
||||
.classpath
|
||||
.project
|
||||
.settings/**
|
||||
|
||||
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Vscode files
|
||||
.vscode
|
||||
|
||||
# Emacs save files
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
|
||||
# Vim-related files
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
1
pkg/connection/connection_test.go
Normal file
1
pkg/connection/connection_test.go
Normal file
@@ -0,0 +1 @@
|
||||
package connection
|
1
pkg/controller/util_test.go
Normal file
1
pkg/controller/util_test.go
Normal file
@@ -0,0 +1 @@
|
||||
package controller
|
Reference in New Issue
Block a user