Skip to content

Instantly share code, notes, and snippets.

@mgmerino
Last active December 25, 2015 20:58
Show Gist options
  • Save mgmerino/7038616 to your computer and use it in GitHub Desktop.
Save mgmerino/7038616 to your computer and use it in GitHub Desktop.
Basic .gitignore, excludes OS-generated, IDE and Apache files.
# IDE generated files
.idea
*.bak
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Apache config
.htaccess
.htpasswd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment