public
Description: Rails app for controlling instances of other Rails apps on a server. Useful if you have lots of little apps that you want to turn on and off at various times.
Homepage:
Clone URL: git://github.com/cannikin/alfred.git
alfred / .gitignore
100644 6 lines (5 sloc) 0.038 kb
1
2
3
4
5
6
log/*
tmp/*
db/*.sqlite3
*.tmproj
._*