Skip to content

Commit ca9688e

Browse files
claudeasabaylus
authored andcommitted
Add .npmrc to .gitignore to fix publish workflow
The NPM publish workflow creates a .npmrc file for authentication, which was causing the 'auto shipit' command to fail with "Working directory is not clean" error. Adding .npmrc to .gitignore resolves this issue.
1 parent 7af34df commit ca9688e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ node_modules/
3535
# Lock files (use yarn.lock only)
3636
package-lock.json
3737

38+
# NPM config (created by CI for authentication)
39+
.npmrc
40+
3841
# OSX
3942
.DS_Store
4043
.env

0 commit comments

Comments
 (0)