Skip to content

Instantly share code, notes, and snippets.

@thiagodiniz
Created August 15, 2011 14:01
Show Gist options
  • Save thiagodiniz/1146815 to your computer and use it in GitHub Desktop.
Save thiagodiniz/1146815 to your computer and use it in GitHub Desktop.
My git ignore file
# Application source #
######################
app/views/*/.tmp_*
tmp/**/*
/.bundle
/vendor/bundle
.rspec
.sass-cache/
# Logs and databases #
######################
log/*
config/database.yml
db/*.sqlite3
# OS generated files #
######################
.DS_Store
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
.com.apple.*
# IDE generated files #
#######################
*.esproj
*.esproj?
.project
.project?
.loadpath
.settings?
.*.sw[a-z]
nb*
.classpath
.settings/
*.NavData
# Maven generated files #
######################
target/*
*/target/*
# Production Files #
####################
public/avatars/*
public/medias/*
public/system/*
@rodrigoalvesvieira
Copy link

Thiago, acho que é melhor não ignorar o db/schema.rb ;)

@thiagodiniz
Copy link
Author

ignoro o schema por conta das migrations!

@thiagodiniz
Copy link
Author

rodrigue, acho q tu tem razão http://in.finitu.de/2008/12/05/dont-ignore-schema-rb. E que eu ja tive problema com o config/schema.rb

@rodrigoalvesvieira
Copy link

Tá vendo tu?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment