mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
gitignore __* - for local use only
I know it is useful to keep some local stuff and NOT see it in `git status`, so let's agree that anyuthing that starts with "__" will be ignored.
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user