Skip to content

Instantly share code, notes, and snippets.

@dmitriid
Last active February 11, 2025 15:50
Show Gist options
  • Save dmitriid/4cff8b8ee3b84af12582ac6c5f1bbe2a to your computer and use it in GitHub Desktop.
Save dmitriid/4cff8b8ee3b84af12582ac6c5f1bbe2a to your computer and use it in GitHub Desktop.
Potential ignore rules for repomix and elixir

This is based on a Elixir Phoenix application, but should work for elixir-only apps as well (they will have fewer directories, that's all).

A typical project would have these directories and files:

_build
assets
  css
  js
  node_modules
  package-lock.json
  package.json
  tailwind.config.js
  vendor
config
  config.exs
  dev.exs
  prod.exs
  runtime.exs
  test.exs
deps
lib
mix.exs
mix.lock
priv
test

For such a project I would probably add these to the ignore file:

_build
assets/node_modules
priv
# deps <- if the context is too large

With Gemini 2 Pro, and paid plan, this should be less of a problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment