Skip to content
  • bogdanvlviv's avatar
    d1ff4c08
    Clean up and consolidate .gitignores · d1ff4c08
    bogdanvlviv authored
    * 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.
    d1ff4c08
    Clean up and consolidate .gitignores
    bogdanvlviv authored
    * 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.
Loading