shakacode/react_on_rails

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
*.gem
/vendor/

/spec/examples.txt
/spec/react_on_rails/dummy-for-generators/

# RVM
.ruby-version
.ruby-gemset

node_modules

/node_package/lib

yarn-debug.*
yarn-error.*
npm-debug.*

/gen-examples

.DS_Store

.yalc
yalc.lock

.byebug_history

# IDE
.idea/

# TypeScript
*.tsbuildinfo