gauntlt/gauntlt

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
## MAC OS
.DS_Store

## TEXTMATE
*.tmproj
tmtags

## EMACS
*~
\#*
.\#*

## VIM
*.swp

## PROJECT::GENERAL
coverage
rdoc
pkg

## PROJECT::SPECIFIC
tmp
.bundle
doc
Gemfile.lock
.rvmrc
.ruby-version
.rbenv*
*.gem
.rspec
.idea
.project*

#sqlite DB (from scapegoat)
*.db
*.$DB

# possible dependency installs
dirb

# Testing
resume
my_attacks

# Gruyere testing
vendor/gruyere/source/stored-data.txt
.pydevproject

gauntlt.json