diaspora_federation/.gitignore
2015-06-18 09:15:31 +02:00

28 lines
331 B
Text

.bundle/
pkg/
# IDE files
.idea
# coverage reports
coverage
# documentation
rdoc
doc
.yardoc/
# Temporary files
.DS_Store
*.swp
*~
*.directory
# dummmy app
test/dummy/db/*.sqlite3
test/dummy/db/*.sqlite3-journal
test/dummy/log/*.log
test/dummy/log/*.log*
test/dummy/tmp/
test/dummy/.sass-cache
test/dummy/test/fixtures/*.y*ml