mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 21:28:30 +01:00
c68dd90817
- Removes the advanced image version where PHP and nginx are separated - Replaces nginx with Caddy - The release image is now ready to be used with SQLite without many hassles - Adjusts the build processes accordingly - Removes unnecessary config files
16 lines
244 B
Plaintext
16 lines
244 B
Plaintext
.env
|
|
_ide_*
|
|
/.git
|
|
/.idea
|
|
/.tmp
|
|
/database/*.sqlite
|
|
/storage/app/backups/*
|
|
/storage/debugbar/*
|
|
/storage/framework/cache/*
|
|
/storage/framework/sessions/*
|
|
/storage/framework/testing/*
|
|
/storage/framework/views/*
|
|
/storage/logs/*
|
|
/node_modules
|
|
/vendor
|