Skip to content

Instantly share code, notes, and snippets.

@anvit
Last active May 3, 2022 00:00
Show Gist options
  • Save anvit/29256ccd64b289c54b7e7d5e8c675583 to your computer and use it in GitHub Desktop.
Save anvit/29256ccd64b289c54b7e7d5e8c675583 to your computer and use it in GitHub Desktop.
My default gitignore
# Ignore system files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
*[Tt]humbs.db
*.Trashes
# Ignore npm packages
node_modules/
# Editor files
.vscode/*
*.sublime-workspace
# Ignore generated css map
*.css.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment