Skip to content

Commit

Permalink
Git-ignore files from mix assets.deploy (#2789)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Downs <[email protected]>
  • Loading branch information
jyeshe and taylordowns2000 authored Jan 7, 2025
1 parent 0b91b3b commit 98fbdf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 98fbdf1

Please sign in to comment.