Skip to content

Instantly share code, notes, and snippets.

@binsarjr
Created May 31, 2024 09:37
Show Gist options
  • Save binsarjr/7b1136aa9033e2a91c1f48f7aefd1870 to your computer and use it in GitHub Desktop.
Save binsarjr/7b1136aa9033e2a91c1f48f7aefd1870 to your computer and use it in GitHub Desktop.
common gitignore
# Nodejs
node_modules
# Laravel
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
# SvelteKit
/.svelte-kit
/package
/build
.output
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Vercel
.vercel
# General
.DS_Store
.env
.env.*
!.env.example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment