commit 971d08c66ec1f369a8fb4d22a598ff71485b7f8f Author: PlexSheep Date: Tue Sep 5 21:40:16 2023 +0200 ignore except the chosen ones diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15f3674 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ignore all +* + +# except: +!.zshrc +!.config/nvim +!.config/kitty +!.gitignore