Files
KubePi/.gitignore
2023-07-18 15:44:10 +08:00

48 lines
580 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
web/terminal/.angular