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