From 388cddd75aed3191d5b3709ca8cb954e5066f50b Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Wed, 19 Jun 2024 12:33:10 -0700 Subject: Ignore local eww colors.css --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ca8f40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# eww colors.css is generated from the current theme. This copy is for local +# widget development without rebuilding my entire system for every change, +# using `eww -c /etc/nixos/home/eww`. +# It is just a static copy of the generated file +home/eww/colors.css -- cgit v1.2.3