25 lines
377 B
Plaintext
25 lines
377 B
Plaintext
# OS
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Docker volumes (not tracked)
|
|
docker/mysql/data/
|
|
|
|
# Laravel
|
|
app/.env
|
|
app/.env.backup
|
|
app/storage/logs/*.log
|
|
app/storage/framework/cache/data/*
|
|
app/storage/framework/sessions/*
|
|
app/storage/framework/views/*
|
|
app/bootstrap/cache/*.php
|
|
app/node_modules/
|
|
app/vendor/
|
|
app/public/build/
|
|
app/public/hot
|
|
|
|
# Compose stack env (contains secrets)
|
|
/.env
|
|
/.env.local
|
|
|