mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #111128 from thockin/gitignore-under-under-star
gitignore __* - leave them for local use
This commit is contained in:
commit
ff84df580e
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,6 +4,9 @@
|
||||
# OSX trash
|
||||
.DS_Store
|
||||
|
||||
# Developers can store local stuff in dirs named __something
|
||||
__*
|
||||
|
||||
# Eclipse files
|
||||
.classpath
|
||||
.project
|
||||
|
Loading…
Reference in New Issue
Block a user