refactor: gitignore

This commit is contained in:
wanghe-fit2cloud
2022-05-19 17:20:28 +08:00
parent 5071274045
commit 211d8f1b5c

44
.gitignore vendored
View File

@@ -1,6 +1,37 @@
# Binaries for programs and plugins
.idea
# 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
# cscope-related files
cscope.*
# Binaries for programs and plugins
dist
*.exe
*.exe~
@@ -8,12 +39,9 @@ dist
*.so
*.dylib
cmd/server/web
.DS_Store
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go test binaries
*.test