As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
78 lines
1.3 KiB
Text
78 lines
1.3 KiB
Text
# Trademark sillyness
|
|
app/views/home/_show.*
|
|
app/views/terms/terms.*
|
|
app/assets/images/custom/
|
|
|
|
# Configuration files
|
|
config/diaspora.yml
|
|
config/initializers/secret_token.rb
|
|
.bundle
|
|
vendor/bundle/
|
|
vendor/cache/
|
|
config/database.yml
|
|
config/oidc_key.pem
|
|
config/schedule.yml
|
|
|
|
# Generated files
|
|
log/
|
|
spec/fixtures/*.y*ml
|
|
spec/fixtures/*.fixture.*
|
|
coverage/
|
|
xml_locales/
|
|
public/404.html
|
|
public/422.html
|
|
public/500.html
|
|
|
|
# the db/schema.rb. Although this is contrary to rails best-practises, we
|
|
# cannot provide a schema.rb that works for both MySQL and PostgreSQL, so we
|
|
# have no choice. Our migrations are maintained, so it should always be
|
|
# possible to get back to a "clean" database schema anyway.
|
|
db/schema.rb
|
|
|
|
# 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*
|
|
tmp/
|
|
|
|
# Temporary files of every sort
|
|
.byebug_history
|
|
.sass-cache/
|
|
.DS_Store
|
|
.redcar
|
|
.stgit*
|
|
*.swap
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
*#
|
|
*.bak
|
|
*.save
|
|
*.autosave
|
|
nbproject
|
|
patches-*
|
|
capybara-*.html
|
|
|
|
# Rubinius's JIT
|
|
*.rbc
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
diaspora.iml
|
|
|
|
# Dolphin's directory's preferences files
|
|
*.directory
|
|
|
|
# WebTranslateIt
|
|
.wti
|