diff --git a/.gitignore b/.gitignore index a3df07f763..e6d1be9c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,14 @@ adaptor_registry_cache.json # Ignore assets that are produced by build tools. /priv/static/images/adaptors/ +/priv/static/images/*-*.png +/priv/static/images/*-*.svg +/priv/static/browserconfig-*.xml +/priv/static/favicon-*.ico +/priv/static/manifest-*.json +/priv/static/robots-*.txt +/priv/static/*-*.png +/priv/static/*-*.svg /priv/static/assets/ /priv/static/**/*.gz diff --git a/CHANGELOG.md b/CHANGELOG.md index c6dadc9d75..93829e3a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to ### Changed +- Git-ignore files from mix assets.deploy + [#2788](https://github.com/OpenFn/lightning/issues/2788) - Added Claude integration in job chat [#2403](https://github.com/OpenFn/lightning/pull/2403) - OPENAI_API_KEY renamed to AI_ASSISTANT_API_KEY @@ -35,8 +37,6 @@ and this project adheres to ### Changed -- Adjusted AI Assistant documentation to note that messages may be monitored - ## [v2.10.7] - 2024-12-13 🎂 ❤️ Happy Birthday, Mom! ### Added