mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
33 lines
393 B
Plaintext
33 lines
393 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
|
|
|
|
# This is where the result of the go build goes
|
|
/_output*/
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|