.dockerignore
.gitea/workflows/run-test-suite.yaml
.rspec
.ruby-version
app/assets/config/manifest.js
app/assets/images/.keep
app/assets/stylesheets/application.scss
app/channels/application_cable/channel.rb
app/channels/application_cable/connection.rb
app/controllers/application_controller.rb
app/controllers/concerns/.keep
app/controllers/dictionary_controller.rb
app/controllers/words_controller.rb
app/helpers/application_helper.rb
app/helpers/dictionary_helper.rb
app/helpers/word_helper.rb
app/javascript/application.js
app/javascript/controllers/application.js
app/javascript/controllers/hello_controller.js
app/javascript/controllers/index.js
app/jobs/application_job.rb
app/mailers/application_mailer.rb
app/models/application_record.rb
app/models/concerns/.keep
app/models/definition.rb
app/models/part_of_speech.rb
app/models/user.rb
app/models/word.rb
app/views/application/_definitions.html.erb
app/views/application/_partsofspeech.html.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/email_changed.html.erb
app/views/devise/mailer/password_change.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_error_messages.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/dictionary/index.html.erb
app/views/dictionary/show.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/words/index.html.erb

No matching file found