cortex-cms/cortex-starter

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
#   git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle
/vendor/bundle

/public/assets/
/public/uploads/

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Debug
.byebug_history

# OS Files
.DS_Store
._.DS_Store
.directory

# Text-editor/IDE generated files
*.sublime-workspace
*.sublime-project
/.idea
*.iml

*.rbc
*.sassc
.sass-cache
capybara-*.html
.powrc
/public/system
/coverage/
/spec/tmp
/spec/examples.txt
**.orig
rerun.txt
pickle-email-*.html
.env*
!.env.example
!.env.docker-compose.example
/.cloud66/stack.json

# rspec failure tracking
.rspec_status

# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

# Documentation Artifacts
erd.pdf

# Webpacker Pipeline
npm-debug.log*
/public/packs
/public/packs-test
node_modules
/yarn-error.log