18F/e-QIP-prototype

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# config files
.env

# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages
vendor
package-lock.json

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Go vendoring
# We will just track the vendor.json file to rehydrate packages during development
# For release all vendored packages should be frozen
# /api/vendor
/api/.glide

# Tools
/api/tools

# Build artifacts
.gitmessage
.projectile
/.cache-loader/
/api/dist
/api/checksum
/api/api
/api/eapp-seccomp.json
/api/bin/compare
/api/bin/flush
/api/bin/form
/api/bin/fuzzer
/api/bin/load
/api/bin/load-scenario
/api/bin/submit
/api/bin/sftype
/api/bin/transmit
/api/bin/unlock
/api/bin/dbmigrate
/api/bin/dbreset
/build/
/doc/
/dist/
/lib/
/css/
/fonts/
/img/
/doc/
/conf/ssl/
TAGS
*.cer
*.crt
*.key
xmlsec1

# Test artifacts
/api/coverage.txt
api/coverage-integration.txt
api/full-coverage.txt
/jest*
/api/integration/xsds/

# Ignore Mac DS_Store files
.DS_Store

# ack
.ackrc