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