
# Notes:
# A leading slash indicates that the ignore entry is only valid with respect
# to the directory in which the .gitignore file resides.
#
# Use trailing slash if you intend to ignore something:
# lib/model/om/*      # ignore everything in the directory
# !lib/model/om/foo   # except foo


# System, Editor and Generic
------------------
.DS_Store
workspace.xml
.idea
./idea/*
gradle-builds/build
gradle-builds/.gradle
.gradle
gradle.bat
.project
.buildpath
*.ipr
*.iws
*.iml
*.xcuserdatad
nohup.out
gradlew.bat


# App Specific
------------------
.tmp
.sass-cache
dist
build
node_modules
bower_components
npm-debug.log
fit-heart.iml
app/version.json
app/src/templates.js
app/scripts/libs/*
app/modules/templates.js
Gemfile.lock
# custom angular-snap
!app/scripts/libs/angular-snap
phonegap/*xcodeproj/*/*
fortify/*.sh.*
coverage
complexity
acceptance-tests/*/screenshots

fortify/*.fpr
fortify/*.fileno
fortify/*.pdf
deployToApache.error

