stoptime/.gitignore

27 lines
417 B
Plaintext
Raw Normal View History

2019-06-08 11:53:51 +02:00
# Ignore SASS and YARD cache
2011-11-09 23:00:23 +01:00
.sass-cache
.yardoc
2019-06-08 11:53:51 +02:00
# Ignore the local configuration
config.yaml
htpasswd
2019-06-08 11:53:51 +02:00
# Ignore the SQLite databases
db/*
2019-06-08 11:53:51 +02:00
# Ignore generated documentation
doc/*
2019-06-08 11:53:51 +02:00
# Ignore generated invoice assets
public/invoices/*
2019-06-08 11:53:51 +02:00
# Ignore compiled asssets
2013-06-16 20:26:36 +02:00
public/stylesheets/style.css
2014-11-01 17:48:46 +01:00
public/stylesheets/style.css.map
2019-06-08 11:53:51 +02:00
# Ignore custom invoice templates
2014-02-07 21:05:16 +01:00
templates/*_invoice.tex.erb
2019-06-08 11:53:51 +02:00
# Ignore temporary files
tmp/*