From ec9cc549dd186a11535e318ab1eb633ded65af61 Mon Sep 17 00:00:00 2001 From: chd Date: Sat, 5 Feb 2022 10:42:20 -0500 Subject: [PATCH] added gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9bea4330..fd3a01ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# Ignore everything. We'll whitelist what we want to pull in. +/* +/*/ -.DS_Store +# Git meta files +!.gitignore +!.gitattributes +!README.md + +# Whitelisted directories/files +!/charles15 \ No newline at end of file