config/database.yml config/*.sphinx.conf config/s3_credentials.yml *~ *.cache *.log *.pid tmp/**/* .DS_Store db/cstore/** db/sphinx/** doc/api doc/app doc/plugins doc/*.dot coverage/* db/*.sqlite3 *.tmproj *.sw?
To always ignore those files system-wide:
git config --global core.excludesfile /path/to/.gitignore
when i create a new rails project with this command: rails new blog, this problem encountered:
Could not find “gitignore” in any of your source paths. Your current source paths are:
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0/lib/rails/generators/rails/app/templates
what’s the problem?
Thanks for these, I’ve added your entires here: https://github.com/SixArm/sixarm_git_gitignore