public/storage # Ignore local environments #.env .env.* !.env.docker !.env.example # Ignore vendor & node modules /vendor /node_modules # Ignore Docker cache and logs /storage/logs /storage/framework/cache/* /storage/framework/sessions/* /storage/framework/views/* # Ignore git files .git .gitignore # Ignore build & system files Dockerfile docker-compose.yml .idea .vscode npm-debug.log yarn-error.log