Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
Last active May 26, 2023 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshbuchea/d2efb653e19638e0328beb707db51b59 to your computer and use it in GitHub Desktop.
Save joshbuchea/d2efb653e19638e0328beb707db51b59 to your computer and use it in GitHub Desktop.
Git Ignore Examples
# node.js #
############
node_modules/
npm-debug.*
yarn.lock
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.sass-cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment