Skip to content

Instantly share code, notes, and snippets.

@lucassimon
Last active October 8, 2015 14:17
Show Gist options
  • Save lucassimon/3343559 to your computer and use it in GitHub Desktop.
Save lucassimon/3343559 to your computer and use it in GitHub Desktop.
Lista de arquivos do gitignore
# Numerous always-ignore extensions #
#####################################
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# Compiled source #
###################
*.dll
*.exe
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sqlite
*.db
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.cache
.project
.settings
.tmproj
nbproject
*.sublime-project
*.sublime-workspace
# Dreamweaver added files #
###########################
_notes
dwsync.xml
# Komodo #
##########
*.komodoproject
.komodotools
# Espresso #
############
*.esproj
*.espressostorage
# Rubinius #
############################
*.rbc
# Python #
############################
*.pyc
*.pyo
# Folders to ignore #
############################
.hg
.svn
.CVS
intermediate
publish
.idea
# build script local files #
############################
build/buildinfo.properties
build/config/buildinfo.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment