mirror of https://github.com/rails/rails
22 lines
369 B
Plaintext
22 lines
369 B
Plaintext
# 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
|
|
/*/doc/
|
|
/*/test/tmp/
|
|
/.bundle
|
|
/dist/
|
|
/doc/
|
|
/guides/output/
|
|
/preview/
|
|
preview.tar.gz
|
|
Brewfile.lock.json
|
|
debug.log*
|
|
node_modules/
|
|
package-lock.json
|
|
pkg/
|
|
/tmp/
|
|
/yarn-error.log
|
|
/test-reports/
|