From c8dff9cea571488c385a481b908e2cc06e15b4dc Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 20 Jun 2019 20:04:42 +0200 Subject: [PATCH] Ignore the databases and .env --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 53eaa21..8e9c164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ +# Ignore Rust stuff /target **/*.rs.bk + +# Ignore database +/db/*.db + +# Ignore dotenv environment file +/.env