From 92897bfd6d0add21a1e78d8df3e5beba8aeb66a6 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 27 May 2019 11:03:52 -0500 Subject: [PATCH 1/2] 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 From 654e2f78c831b6244663992f40e3212a1509279d Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Wed, 29 May 2019 18:02:57 -0500 Subject: [PATCH 2/2] Update for #46 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b435a81..ea4eae9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ !.gitattributes !.github !.gitignore -!_readme +!LICENSE +!README.md