.gitignore 514 字节
Newer Older
1 2 3
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
# Check out http://help.github.com/ignore-files/ for how to set that up.

4
debug.log
5
.Gemfile
6
/.bundle
A
Adam Mckaig 已提交
7
/.ruby-version
8 9 10 11 12 13 14 15 16 17 18 19 20 21
/Gemfile.lock
/pkg
/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
22
/guides/output
23
/RDOC_MAIN.rdoc