Files
KubePi/.gitignore
wanghe-fit2cloud 211d8f1b5c refactor: gitignore
2022-05-19 17:20:28 +08:00

47 lines
558 B
Plaintext

# 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~
*.dll
*.so
*.dylib
cmd/server/web
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Go test binaries
*.test