.gitignore
# =============== Archives.gitignore
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.bzip
*.bz2
*.xz
*.lzma
#packing-only formats
*.iso
*.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
# =============== OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# =============== SVN.gitignore
.svn/
# =============== RubyMine.gitignore
.idea/workspace.xml
# =============== PhPStorm.gitignore
.idea/
# =============== # Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# =============== TextMate.gitignore
*.tmproj
*.tmproject
tmtags
# =============== Linux.gitignore
# .*
!.gitignore
*~
Gemfile.lock