feat/docker-compose-update (#18)
Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/18
This commit is contained in:
parent
fd43495e2d
commit
1a22fd156d
70 changed files with 1068 additions and 745 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Ignore .env files
|
||||
.env
|
||||
.env.*
|
||||
.envrc
|
||||
|
||||
# Ignore node_modules
|
||||
node_modules/
|
||||
|
|
@ -25,4 +26,7 @@ Thumbs.db
|
|||
/storage/framework/cache/*
|
||||
/storage/framework/sessions/*
|
||||
/storage/framework/views/*
|
||||
/storage/logs/*
|
||||
/storage/logs/*
|
||||
|
||||
# Ignore database files if in development
|
||||
database/database.sqlite
|
||||
Loading…
Add table
Add a link
Reference in a new issue