mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
chore: unstage incorrectly tracked submodule contents
Remove files that were committed as regular tracked files instead of as git submodule references. Submodules will be re-added properly.
This commit is contained in:
parent
864c69fe61
commit
2779aed365
24 changed files with 0 additions and 1596 deletions
|
|
@ -1,9 +0,0 @@
|
|||
# Git Config
|
||||
|
||||
My global git configuration.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
git clone git@github.com:itme-brain/git.git ~/.config/git
|
||||
```
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
# Use vimdiff for diffs and merge conflicts
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
|
||||
[mergetool "vimdiff"]
|
||||
trustExitCode = true
|
||||
|
||||
[user]
|
||||
name = Bryan Ramos
|
||||
email = bryan@ramos.codes
|
||||
signingKey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D
|
||||
|
||||
# Auto-set upstream on first push
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
# Enable per-project with: git config --local commit.gpgSign true
|
||||
[commit]
|
||||
gpgSign = false
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# JavaScript / Node
|
||||
node_modules
|
||||
|
||||
# Nix
|
||||
.direnv
|
||||
result
|
||||
|
||||
# Haskell
|
||||
dist-newstyle
|
||||
|
||||
# Nuxt
|
||||
.nuxt/
|
||||
.output/
|
||||
dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue