update .gitignore

This commit is contained in:
xushiwei 00425595
2018-08-17 14:34:22 +08:00
committed by wackxu
parent 234c01b3e9
commit 62551068b1
3 changed files with 32 additions and 0 deletions

30
.gitignore vendored
View File

@@ -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

View File

@@ -0,0 +1 @@
package connection

View File

@@ -0,0 +1 @@
package controller