Skip to content

Instantly share code, notes, and snippets.

@aiherrera
Created April 23, 2023 04:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aiherrera/2efe27c0a0f5fb00178155903568e212 to your computer and use it in GitHub Desktop.
Save aiherrera/2efe27c0a0f5fb00178155903568e212 to your computer and use it in GitHub Desktop.
Git ignore configuration for supabase edge functions
.DS_Store
node_modules
.vscode
.idea
.vercel
# Supabase
**/supabase/.branches
**/supabase/.temp
# excempt the apps/www .env
!apps/www/.env
.env
.env.test
.env.local
.env.production
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment