removed a function that I am working on
parent
7705b525e2
commit
69936c5bb5
|
|
@ -18,7 +18,3 @@ function git_remove_missing_files() {
|
|||
function local-ignore() {
|
||||
echo "$1" >> .git/info/exclude
|
||||
}
|
||||
|
||||
function gitignore() {
|
||||
echo ".DS_Store" >> .gitignore
|
||||
}
|
||||
Loading…
Reference in New Issue