mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
e42181334c
.project was added to Rails' gitignore, but this is actually generated by Aptana, a Rails IDE.
19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
*.rbc
|
|
*.sassc
|
|
.sass-cache
|
|
capybara-*.html
|
|
.rspec
|
|
.rvmrc
|
|
/.bundle
|
|
/vendor/bundle
|
|
/log/*
|
|
/tmp/*
|
|
/db/*.sqlite3
|
|
/public/system/*
|
|
/coverage/
|
|
/spec/tmp/*
|
|
**.orig
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
config/initializers/secret_token.rb
|