GeoRSS aggregator and Layar augmented reality server
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

18 linhas
438 B

  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile ~/.gitignore_global
  6. # Ignore bundler config
  7. /.bundle
  8. # Ignore the default SQLite database.
  9. /db/*.sqlite3
  10. # Ignore all logfiles and tempfiles.
  11. /log/*.log
  12. /tmp
  13. .rvmrc