diff --git a/functions/git.functions.bash b/functions/git.functions.bash index 98432530..ad21591d 100644 --- a/functions/git.functions.bash +++ b/functions/git.functions.bash @@ -17,8 +17,4 @@ function git_remove_missing_files() { # Adds files to git's exclude file (same as .gitignore) function local-ignore() { echo "$1" >> .git/info/exclude -} - -function gitignore() { - echo ".DS_Store" >> .gitignore } \ No newline at end of file