From 6f689792716b4f83f31ab89c933a6aa6a4ff7ef7 Mon Sep 17 00:00:00 2001 From: Adam <2327942-adamsdesk@users.noreply.gitlab.com> Date: Tue, 20 Sep 2022 17:17:48 -0600 Subject: [PATCH] Remove --- git/.gitattributes | 2 -- git/.gitconfig | 59 ---------------------------------------------- git/.gitignore | 47 ------------------------------------ 3 files changed, 108 deletions(-) delete mode 100644 git/.gitattributes delete mode 100644 git/.gitconfig delete mode 100644 git/.gitignore diff --git a/git/.gitattributes b/git/.gitattributes deleted file mode 100644 index 0a91f75..0000000 --- a/git/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Automatically normalize line endings for all text-based files -* text=auto diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index 73094ca..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,59 +0,0 @@ -[includeIf "gitdir:~/dev/Arcticons/"] - path = .gitconfig-github -[includeIf "gitdir:~/dev/adamsdesk.com/"] - path = .gitconfig-gitlab -[includeIf "gitdir:~/dev/dotfiles/"] - path = .gitconfig-gitlab -[includeIf "gitdir:~/dev/kb/"] - path = .gitconfig-gitlab -[includeIf "gitdir:~/dev/kb/_public/"] - path = .gitconfig-cirrus -[includeIf "gitdir:~/dev/atled-lightsctl-web/"] - path = .gitconfig-gitlab -[includeIf "gitdir:~/dev/steephillfood/"] - path = .gitconfig-gitlab -[core] - autocrlf = false - whitespace = -indent-with-non-tab,trailing-space,cr-at-eol - -[color] - branch = always - diff = always - editor = nano - grep = always - interactive = always - pager = true - showbranch = auto - status = auto - ui = always - -[color "interactive"] - error = red bold - -[color "branch"] - current = yellow reverse - local = yellow - remote = green - -[color "diff"] - meta = yellow - frag = magenta - old = red - new = green - whitespace = white reverse - -[color "status"] - added = yellow - changed = green - untracked = cyan - branch = magenta - -[diff] - tool = diff - -[merge] - tool = diff -[init] - defaultBranch = main -[gpg] - program = /usr/bin/gpg diff --git a/git/.gitignore b/git/.gitignore deleted file mode 100644 index 92f38df..0000000 --- a/git/.gitignore +++ /dev/null @@ -1,47 +0,0 @@ -# -# dotphiles : https://github.com/dotphiles/dotphiles -# -# Git global ignores -# -# Authors: -# Ben O'Hara -# - -# Compiled source -*.pyc -*.pyo - -# IDE specific -dwsync.xml -*.tmp -*.wpr -*.project -*.cproject -*.tmproj -*.tmproject -*.vi -*.komodoproject -.komodotools -nbproject - -# OS generated files -._* -.cache -.Spotlight-V100 -.Trashes -.DS_Store -desktop.ini -ehthumbs.db -Thumbs.db - -# Other dev-related files -*.bak -*.orig -*.sass-cache -.directory -*~ -.svn/* -*.swp -svn-commit.* -tags -TAGS