mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
45 lines
443 B
Plaintext
45 lines
443 B
Plaintext
# Ignore bundler config.
|
|
.bundle
|
|
vendor/cache
|
|
|
|
config/database.yml
|
|
config/application.yml
|
|
|
|
# Ignore database files.
|
|
db/*.sqlite3
|
|
db/*.sqlite3-journal
|
|
postgresql
|
|
elasticsearch
|
|
redis
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
log
|
|
*.log
|
|
tmp
|
|
|
|
public/uploads
|
|
public/assets
|
|
|
|
*.DS_Store
|
|
.idea
|
|
|
|
# PDF invoices
|
|
invoices
|
|
|
|
.DS_Store
|
|
|
|
# Development files
|
|
.vagrant
|
|
Vagrantfile
|
|
provision
|
|
.git*
|
|
Dockerfile
|
|
docker-compose*
|
|
|
|
# Docs
|
|
*.md
|
|
doc
|
|
|
|
# Modules
|
|
node_modules
|