mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +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:
parent
f3654386ab
commit
47c270d92e
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