From a5c43ae82d4801b72b1250ad289b2e82da99a071 Mon Sep 17 00:00:00 2001 From: assada Date: Tue, 14 May 2024 18:31:59 +0300 Subject: [PATCH] add gitignore --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72ed13e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# all ignore # +/* +/.** + +!/sway/ +!/swayr/ +!/wob/ +!/wofi/ +!/fish/ +!/omf/ +!/nwg-launchers/ +!/nvim/ +!/nnn/ +!/mc/ +!/mako/ +!/hypr/ +!/btop/ +!/cava/ +!/backgrounds/ + +# global # +__pycache__ +!/README.md +!/LICENSE +!.gitignore +!.gitkeep \ No newline at end of file