Add comments to the gitignore

This commit is contained in:
Paul van Tilburg 2019-06-08 11:53:51 +02:00
parent f4c34d8e4e
commit 819fb5f530
1 changed files with 15 additions and 0 deletions

15
.gitignore vendored
View File

@ -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/*