Skip to content

Commit ff55c9b

Browse files
committed
Add build/ directory to .gitignore
The build/ directory contains generated artifacts from rollup and should not be committed to the repository. It is built during the prepublishOnly npm hook. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3377ba7 commit ff55c9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ bower_components
3737
# Compiled binary addons (https://nodejs.org/api/addons.html)
3838
build/Release
3939

40+
# Build output (generated by rollup)
41+
build/
42+
4043
# Dependency directories
4144
node_modules/
4245
jspm_packages/

0 commit comments

Comments
 (0)