Files
ubicloud/.gitignore
Jeremy Evans 5557b9ae87 Add dump_sequel_caches rake task
This converts the marshalled cache file to a text based file. The
reason to have this is it allows you to debug changes in cache
files.  If you are rebasing a commit and there is a conflict in
a cache file, you can run this before the commit, run this after
the commit, and then `diff -ru` the two directories, to see what
actually changed in the cache.
2025-06-21 02:53:55 +09:00

45 lines
896 B
Plaintext

/.env.rb
/coverage
/spec/examples.txt
/demo/.env
/var/*
/tmp/*
/assets/css/app.css
/.auto-parallel-tests
/sdk/ruby/*.gem
/sql.log
/sql_query_parameterization_analysis.txt
/spec/routes/api/cli/spec-output-files
/cli-golden-files.diff
/cache-text-*
# Used by rake by
/bin/by
# rhizome/Gemfile is combination of all Gemfiles in subdirectories, so does rhizome/Gemfile.lock
/rhizome/*/Gemfile.lock
# Frontend
/node_modules
# vscode: https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/VisualStudioCode.gitignore
/.vscode/*
!/.vscode/settings.json
!/.vscode/tasks.json
!/.vscode/launch.json
!/.vscode/extensions.json
!/.vscode/*.code-snippets
# Local History for Visual Studio Code
/.history/
# Built Visual Studio Code Extensions
/*.vsix
# CLI binary
/cli/ubi
/cli/ubi-*
# mise "local" dependency specification that shouldn't be committed
mise.local.toml