mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
22 lines
509 B
Text
22 lines
509 B
Text
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
|
|
# Check out https://help.github.com/articles/ignoring-files for how to set that up.
|
|
|
|
.Gemfile
|
|
.ruby-version
|
|
.byebug_history
|
|
debug.log
|
|
pkg
|
|
/.bundle
|
|
/dist
|
|
/doc/rdoc
|
|
/*/doc
|
|
/*/test/tmp
|
|
/activerecord/sqlnet.log
|
|
/activemodel/test/fixtures/fixture_database.sqlite3
|
|
/activesupport/test/fixtures/isolation_test
|
|
/railties/test/500.html
|
|
/railties/test/fixtures/tmp
|
|
/railties/test/initializer/root/log
|
|
/railties/doc
|
|
/railties/tmp
|
|
/guides/output
|