Drop right side bar, move content to left side bar Move user avatar and name from the left nav bar to the left of the publisher
87 lines
1.2 KiB
Text
87 lines
1.2 KiB
Text
# XMPP certificates, keys and user data
|
|
config/vines/*.crt
|
|
config/vines/*.key
|
|
|
|
# Trademark sillyness
|
|
app/views/home/_show.*
|
|
app/views/terms/terms.*
|
|
app/assets/images/custom/
|
|
|
|
# Configuration files
|
|
config/diaspora.yml
|
|
config/heroku.yml
|
|
config/initializers/secret_token.rb
|
|
config/redis.conf
|
|
config/deploy_config.yml
|
|
config/schedule.rb
|
|
.bundle
|
|
vendor/bundle/
|
|
vendor/cache/
|
|
config/database.yml
|
|
.rvmrc_custom
|
|
.rvmrc.local
|
|
config/oidc_key.pem
|
|
|
|
# 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/
|
|
public/404.html
|
|
public/422.html
|
|
public/500.html
|
|
|
|
# Sprites
|
|
app/assets/images/branding-*.png
|
|
app/assets/images/branding/logos-*.png
|
|
app/assets/images/icons-*.png
|
|
app/assets/images/social-media-logos-*.png
|
|
|
|
# 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
|
|
*~
|
|
*#
|
|
*.bak
|
|
*.save
|
|
*.autosave
|
|
nbproject
|
|
patches-*
|
|
capybara-*.html
|
|
dump.rdb
|
|
|
|
# Rubinius's JIT
|
|
*.rbc
|
|
|
|
# IDE
|
|
diaspora.iml
|
|
|
|
# Dolphin's directory's preferences files
|
|
*.directory
|