rails--rails/.gitignore

17 lines
303 B
Plaintext
Raw Normal View History

# 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
2017-02-21 18:41:17 +00:00
node_modules/
package-lock.json
pkg/