26 lines
318 B
Text
26 lines
318 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/log/*.log*
|
|
test/dummy/tmp/
|
|
test/dummy/.sass-cache
|
|
test/dummy/test/fixtures/*.y*ml
|