Created
May 31, 2024 09:37
-
-
Save binsarjr/7b1136aa9033e2a91c1f48f7aefd1870 to your computer and use it in GitHub Desktop.
common gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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