diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-06-19 12:33:10 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-06-19 12:33:10 -0700 |
| commit | 388cddd75aed3191d5b3709ca8cb954e5066f50b (patch) | |
| tree | d31a6131d3d5ded458dc9f384fbe685f79140f3f /.gitignore | |
| parent | ac03e617547ca96df13ef89d060b78f9e877eaef (diff) | |
Ignore local eww colors.css
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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 |