From 92897bfd6d0add21a1e78d8df3e5beba8aeb66a6 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 27 May 2019 11:03:52 -0500 Subject: [PATCH] Add .gitignore This should prevent adding incorrectly named files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b435a81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Ignore everything +* + +# Do NOT ignore allowed files +!*.conf.sample +!.gitattributes +!.github +!.gitignore +!_readme