mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0f98954a83
* 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.
16 lines
303 B
Text
16 lines
303 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
|
|
.byebug_history
|
|
.ruby-version
|
|
/*/doc/
|
|
/*/test/tmp/
|
|
/.bundle
|
|
/dist/
|
|
/doc/
|
|
/guides/output/
|
|
debug.log
|
|
node_modules/
|
|
package-lock.json
|
|
pkg/
|