From 39a0a2832fd49374f7ecc08eb1d3b0ba3ee625ef Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Nov 2021 23:39:12 +0000 Subject: [PATCH] Ignore static/*.toml (data files) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1c03ee..a99f714 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public -#.* +\#.* +static/*.toml