mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
cleaned dockerignore
This commit is contained in:
parent
f88e53708d
commit
5d18332187
@ -1,13 +1,7 @@
|
|||||||
# Ignore bundler config.
|
# Ignore bundler config.
|
||||||
.bundle
|
|
||||||
vendor/cache
|
|
||||||
|
|
||||||
config/database.yml
|
config/database.yml
|
||||||
config/application.yml
|
|
||||||
|
|
||||||
# Ignore database files.
|
# Ignore database files.
|
||||||
db/*.sqlite3
|
|
||||||
db/*.sqlite3-journal
|
|
||||||
postgresql
|
postgresql
|
||||||
elasticsearch
|
elasticsearch
|
||||||
redis
|
redis
|
||||||
@ -15,7 +9,6 @@ redis
|
|||||||
|
|
||||||
# Ignore public assets
|
# Ignore public assets
|
||||||
public/uploads
|
public/uploads
|
||||||
public/assets
|
|
||||||
public/packs
|
public/packs
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
@ -23,8 +16,7 @@ log
|
|||||||
*.log
|
*.log
|
||||||
tmp
|
tmp
|
||||||
|
|
||||||
# Ignore platform dependent files
|
# Ignore IDE configuration files
|
||||||
*.DS_Store
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# PDF invoices
|
# PDF invoices
|
||||||
@ -39,10 +31,7 @@ imports
|
|||||||
# accounting archives
|
# accounting archives
|
||||||
accounting
|
accounting
|
||||||
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Development files
|
# Development files
|
||||||
.vagrant
|
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
provision
|
provision
|
||||||
.git*
|
.git*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user