Skip to content

Instantly share code, notes, and snippets.

@amekusa
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save amekusa/a0843e4d031edd308c94 to your computer and use it in GitHub Desktop.

Select an option

Save amekusa/a0843e4d031edd308c94 to your computer and use it in GitHub Desktop.
.gitignore for generic use
# Dot Files / Folders
.*
.*/
!.git*
!.hg*
!.htaccess
# Crap Files
Thumbs.db
# Variable Files
*.log
*_log.*
# Archives
*.tar
*.gz
*.tgz
*.zip
*.lzh
*.lha
*.cab
# Backup Files
*.bak
*.org
*.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment