flowtodo/.dockerignore
Javier Feliz 0ddd325281
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-15 18:28:47 -04:00

36 lines
450 B
Plaintext

.env
.env.example
.git
.gitignore
node_modules
/public/hot
/public/storage
/storage/*.key
# Logs and cache
*.log
/storage/logs/*
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/app/public/*
/storage/app/private/*
/bootstrap/cache/*.php
.DS_Store
Thumbs.db
.idea
.vscode
*.swp
# Docker itself
docker-compose.yml
Dockerfile
.dockerignore
/database/*.sqlite
/database/*.db