Skip to content

Commit 4d669ac

Browse files
committed
updated
1 parent 40c3bb5 commit 4d669ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/publishProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const publishProvider = async (targetPath) => {
123123

124124
// Read .gitignore file and add its contents to the ignore list
125125
const gitignorePath = path.join(folder, '.gitignore');
126-
const ignoreFiles = ['node_modules/**/*', '**/*.zip']; // Base ignore patterns
126+
const ignoreFiles = ['**/*.zip']; // Base ignore patterns
127127

128128
if (fs.existsSync(gitignorePath)) {
129129
const gitignoreContent = fs.readFileSync(gitignorePath, 'utf8');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebolt-cli",
3-
"version": "1.1.44",
3+
"version": "1.1.45",
44
"description": "A CLI tool for Codebolt",
55
"main": "codebolt.js",
66
"bin": {

0 commit comments

Comments
 (0)