From 58cbf4c218c68bad34af8cbf31bc372045828056 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 2 Aug 2022 14:55:29 -0400 Subject: [PATCH] Ignore .directory files --- .chezmoiignore | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.chezmoiignore b/.chezmoiignore index b43bf86..7118ed2 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1 +1,2 @@ README.md +.directory diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41a322c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.directory +.DS_Store