.gitignore

26 lines | 308 B Blame History Raw Download

*.swp
.classpath
.gradle/
.project
.settings/
/bin
bin/
build/
.DS_Store
.bundle/
Gemfile.lock
vendor/
**/velocity.log

# temp directory is ignored so that it can be used to store temporary files such as local testing configurations.
temp/

# Intellij files
.idea
*.iml
*.ipr
*.iws
.ideaDataSources/
.shelf