diaspora_federation/.gitignore
Benjamin Neff f0591a745b add basic webfinger stuf (WIP)
and:
- add configure method to set some configs
- write rdoc
2015-06-14 22:13:38 +02:00

24 lines
No EOL
263 B
Text

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