Ignore Clear Cached Files Github
This section provides an overview of Ignore Clear Cached Files Github.
git rm -r --cached . &&
git add . &&
git commit -am "Remove ignored files" &&
git push origin main
Ignore File
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.phpunit.result.cache
docker-compose.override.yml
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/.idea
/.vscode