From 819fb5f53024390a6593d881acf851b69ff7d33e Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 8 Jun 2019 11:53:51 +0200 Subject: [PATCH] Add comments to the gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 9f3bb8a..9bab871 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,26 @@ +# Ignore SASS and YARD cache .sass-cache .yardoc + +# Ignore the local configuration config.yaml htpasswd + +# Ignore the SQLite databases db/* + +# Ignore generated documentation doc/* + +# Ignore generated invoice assets public/invoices/* + +# Ignore compiled asssets public/stylesheets/style.css public/stylesheets/style.css.map + +# Ignore custom invoice templates templates/*_invoice.tex.erb + +# Ignore temporary files tmp/*