Skip to content

Instantly share code, notes, and snippets.

@Scosh
Created August 15, 2017 08:51
Show Gist options
  • Save Scosh/4dbc4fe052010e7966ed3a599efebee4 to your computer and use it in GitHub Desktop.
Save Scosh/4dbc4fe052010e7966ed3a599efebee4 to your computer and use it in GitHub Desktop.
A base gitignore for my projects
# Rust binaries #
#################
target
# OS generated files #
# https://gist.github.com/octocat/9257657 #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Vim files #
#############
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment