public
Description: A BitTorrent tracker that makes podcast RSS feeds, written in the Symfony PHP framework.
Homepage: http://limecast.com/
Clone URL: git://github.com/WIZARDISHUNGRY/sflimetracker.git
sflimetracker / .gitignore
100644 22 lines (21 sloc) 0.351 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
log/*
cache/*
json-cache/*
config/databases.yml
config/propel.ini
config/properties.ini
uploads/*
plugins/.*
data/dumpdata.txt
data/resetpassword.txt
# add2zip -- files below belong in the zip but not git
data/sql/*
data/tracker.db*
lib/model/om/*
lib/model/map/*
lib/form/base/*
config/generated*
VERSION
.htpasswd
lib/filter/base
lib/vendor/symfony