diaspora/.gitignore
Jonne Haß 2a4db54db9 New configuration system
* Throw away old system
* Add new system
* Add new example files
* Replace all calls
* add the most important docs
* Add Specs
* rename disable_ssl_requirement to require_ssl
* cloudfiles isn't used/called in our code
* since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it
* die if session secret is unset and on heroku
* First basic infrastructure for version information
2012-09-26 20:19:37 +02:00

69 lines
984 B
Text

#trademark sillyness
app/views/home/_show.*
app/assets/images/custom/*
# Configuration files
config/diaspora.yml
config/heroku.yml
config/script_server.yml
config/initializers/secret_token.rb
config/redis.conf
config/deploy_config.yml
.bundle
vendor/bundle/*
vendor/cache/*
config/database.yml
.rvmrc_custom
.rvmrc.local
#Mailing list stuff
config/email_offset
config/mailing_list.csv
# Generated files
log/*
public/stylesheets/*.css
public/diaspora
spec/fixtures/*.y*ml
spec/fixtures/*.fixture.*
coverage/*
xml_locales/*
#Documentation
.yardoc/
doc/
# Uploaded files and local files
public/uploads/*
public/assets/*
public/source.tar*
public/.well-known
tmp/**/*
tmp/*
*.sqlite3
# Temporary files of every sort
.sass-cache/*
.DS_Store
.idea
.redcar
.rvmrc
.stgit*
*.swap
*.swo
*.swp
*~
*#
bin/*
nbproject
patches-*
capybara-*.html
dump.rdb
#Rubinius's JIT
*.rbc
# Ignore precompiled assets
# Heroku or Capistrano can and should regenerate them on every deploy
public/assets