Created
          August 15, 2011 14:01 
        
      - 
      
 - 
        
Save thiagodiniz/1146815 to your computer and use it in GitHub Desktop.  
    My git ignore file
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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/* | 
ignoro o schema por conta das migrations!
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
Tá vendo tu?!
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Thiago, acho que é melhor não ignorar o db/schema.rb ;)