未验证 提交 0f98954a 编写于 作者: B bogdanvlviv 提交者: Jeremy Daer

Clean up and consolidate .gitignores

* Global ignores at toplevel .gitignore
* Component-specific ignores in each toplevel directory
* Remove `actionview/test/tmp/.keep` for JRuby

```
rm actionview/test/tmp/ -fr
cd actionview/
bundle exec jruby -Itest test/template/digestor_test.rb
```

Related to #11743, #30392.

Closes #29978.
上级 5645149d
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
# 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
.ruby-version
/*/doc/
/*/test/tmp/
/.bundle
/dist
/doc/rdoc
/*/doc
/*/test/tmp
/activerecord/sqlnet.log
/activemodel/test/fixtures/fixture_database.sqlite3
/activesupport/test/fixtures/isolation_test
/activestorage/test/service/configurations.yml
/railties/test/500.html
/railties/test/fixtures/tmp
/railties/test/initializer/root/log
/railties/doc
/railties/tmp
/guides/output
/dist/
/doc/
/guides/output/
debug.log
node_modules/
/actionview/log
package-lock.json
pkg/
/lib/assets/compiled
/tmp
/lib/assets/compiled/
/tmp/
/lib/assets/compiled
/tmp
/lib/assets/compiled/
/log/
/test/fixtures/public/absolute/
/test/ujs/log/
/tmp/
/sqlnet.log
/test/config.yml
/test/fixtures/*.sqlite*
*.sqlite*
\ No newline at end of file
.byebug_history
node_modules
src
test/dummy/db/*.sqlite3
test/dummy/db/*.sqlite3-journal
test/dummy/log/*.log
test/dummy/tmp/
/src/
/test/dummy/db/*.sqlite3
/test/dummy/db/*.sqlite3-journal
/test/dummy/log/*.log
/test/dummy/tmp/
/test/service/configurations.yml
/test/fixtures/isolation_test/
log/
/log/
/test/500.html
/test/fixtures/tmp/
/test/initializer/root/log/
/tmp/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册