Skip to content

Instantly share code, notes, and snippets.

@benjaminsinger
Forked from eculver/.gitignore
Last active December 1, 2021 07: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 benjaminsinger/f2f17ab9ba3f0db02da7 to your computer and use it in GitHub Desktop.
Save benjaminsinger/f2f17ab9ba3f0db02da7 to your computer and use it in GitHub Desktop.
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Build Systems #
######################
bower_components
.sass-cache
*.css.map
node_modules
npm-debug.log
dist/
build/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store*
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Icon?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment