mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
35 lines
417 B
Plaintext
35 lines
417 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
|
|
.bin/
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
# This is where the result of the go build goes
|
|
/output*/
|
|
/_output*/
|
|
/_output
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist |