From c2ef0f1882fceca3d4f8ab7b72acd62144489277 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 1 Feb 2022 23:39:23 -0500 Subject: [PATCH] Add .gitignore to assets branch --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..926d71f --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# simple-shortener .gitignore + +# Temp files +*~ +\#*\# +.\#* + +# Assorted log files +.log/ +*.log + +# Database files (and any accompanying journals) +src/db/* + +# Configuration file +config.env \ No newline at end of file