From 5c9a6ee168731032ed4d998ceb0a7acacbc57f2a Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Sat, 31 Oct 2020 06:03:48 +0000 Subject: Add .gitignore to hide .conf (which may contain API keys) and testing .txt files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36b0a6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +flightquery.conf +*.txt -- cgit v1.2.3