summary refs log tree commit diff stats
path: root/rails/.gitignore
blob: a3ee5aad367e86a083de854ef337533d55711326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/.bundle/
/doc/
/log/*.log
/pkg/
/tmp/
/test/dummy/db/*.sqlite3
/test/dummy/db/*.sqlite3-*
/test/dummy/log/*.log
/test/dummy/storage/
/test/dummy/tmp/