ignitionworks/draftjs_exporter

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Ignore built gems
*.gem

# Ignore Rubymine
/.idea

# Ignore bundler settings
/.bundle

# Ignore Gemfile.lock as the Gemspec dictates our requirements
/Gemfile.lock

# Ignore OSX Files
.DS_Store

# Code coverage results
/coverage