hiptest/hiptest-publisher

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# See http://help.github.com/ignore-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 config file
*.config

# Ignore bundler config & binstubs
/.bundle

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/chromedriver.log
/coverage
/pkg

# Ignore IDE files
/*.sublime-project
/*.sublime-workspace
/.jshintrc
/.idea
/.vscode

# Ignore gem
/*.gem

# Ignore Mac files
.DS_Store

vendor