# Ignore complexity output
complexity.xml

# Ignore Coverage output
.coverage

# Ignore Grunt temp files
.grunt

# Ignore environment variables set on this machine
.env

# Ignore the doc output
docs-build

# Ignore sample data
examples/node/timezone/tz_world
examples/node/npm-debug.log

# dont check built code into source control
terraformer.min.js

# Mac
.DS_Store
Icon
._*
.Spotlight-V100
# SublimeText
/*.sublime-project
*.sublime-workspace

# SASS
.sass-cache

#Node
node_modules
npm-debug.log

#anvil
/index.html

#manual test files
playing-around.js

# Ruby
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
Gemfile.lock

# typescript
typings/**
test.js

# YARD artifacts
.yardoc
_yardoc
doc/

.nvmrc