mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +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
|
# OSX trash
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Developers can store local stuff in dirs named __something
|
||||||
|
__*
|
||||||
|
|
||||||
# Eclipse files
|
# Eclipse files
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
Loading…
Reference in New Issue
Block a user