Commit 8bae4aa
Remove generated .res.js files from git and add to .gitignore
Generated ReScript files (.res.js, .res.mjs) are build artifacts that
should not be committed to version control. They are automatically
generated from .res source files during the build process.
Changes:
- Removed all .res.js files from git tracking
- Added **/*.res.js and **/*.res.mjs to .gitignore
- These files will be generated during yarn res:build
Similar to how we ignore other build artifacts like:
- **/generated/** (React on Rails generated packs)
- /ssr-generated/ (SSR bundles)
- /public/packs (Webpack/Rspack output)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b7171e5 commit 8bae4aa
File tree
15 files changed
+4
-874
lines changed- client/app/bundles/comments/rescript
- Actions
- CommentForm
- forms
- CommentList
- AlertError
- Comment
- Header
- bindings
15 files changed
+4
-874
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 0 additions & 215 deletions
This file was deleted.
Lines changed: 0 additions & 77 deletions
This file was deleted.
0 commit comments