diff options
author | Asa Venton <asav1410@gmail.com> | 2020-10-31 06:03:48 +0000 |
---|---|---|
committer | Asa Venton <asav1410@gmail.com> | 2020-10-31 06:03:48 +0000 |
commit | 5c9a6ee168731032ed4d998ceb0a7acacbc57f2a (patch) | |
tree | e7ce63f49e70c051d4d030ebee7cc3b3e5067471 | |
parent | bba45062f265a373d21f121ca2cb5029f1fab034 (diff) |
Add .gitignore to hide .conf (which may contain API keys) and testing .txt files.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36b0a6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +flightquery.conf +*.txt |