diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-19 21:16:26 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-19 21:16:26 -0500 |
commit | 2cfa606cca2cf61b0cd97f2266bccf90f6dc7867 (patch) | |
tree | 17d8cab3391bd4aacc7b0421123ec4c854da122c | |
parent | 1e35c0be9e433c93afaca5703c135a63d052fae3 (diff) | |
download | dotconfig-2cfa606cca2cf61b0cd97f2266bccf90f6dc7867.tar.xz dotconfig-2cfa606cca2cf61b0cd97f2266bccf90f6dc7867.zip |
ignore all configs that arent in the repo
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e4d522 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +* +!.gitignore +!dunst +!git +!htop +!nvim +!x11 +!zsh |