Skip to content

Instantly share code, notes, and snippets.

@apsolut
Created September 13, 2022 14:23
Show Gist options
  • Save apsolut/924630125359d39a028eb22d61219dc9 to your computer and use it in GitHub Desktop.
Save apsolut/924630125359d39a028eb22d61219dc9 to your computer and use it in GitHub Desktop.
gitignore starter
# all files
node_modules/
hubspot.config.yaml
.DS_Store
# editors
.vscode
.idea
.env
.env.*
*.psd
*.eps
*.zip
*.figma
*.DS_Store
*.sql
*.db
# Logs
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