rails/.gitignore
Rafael Mendonça França 992cff37e5
Remove unnecessary gitignore entry
This was an entry for some local environment of the contributor.
2022-09-09 22:15:29 +00:00

20 lines
344 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/
Brewfile.lock.json
debug.log*
node_modules/
package-lock.json
pkg/
/tmp/
/yarn-error.log
/test-reports/