my-projects-website/app/docker/.dockerignore
Leonid Nikitin e8e9e50162
Installing Laravel.
A simple application skeleton.
2024-04-02 22:16:29 +05:00

7 lines
97 B
Plaintext

**/*.env
**/*.env.example
app/bootstrap/cache/*
app/storage/**
app/vendor/**
app/node_modules/**