Sometimes you need to create files for local development that you don't want to commit, but you also don't want to modify the .gitignore file or just leave them perpetually uncommitted. Here's a simple, but effective, solution.
masteringlaravel.io/daily/2025-11-25-how-to-ignore-files-in-one-project-without-modifying-gitignore
Back