Skip to content

Commit

Permalink
Fix escaping in ignore files (#70)
Browse files Browse the repository at this point in the history
* fixing escaping in `ignore_files`
  • Loading branch information
MishaKav authored May 16, 2024
1 parent a2e2a57 commit 1ef3d00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ out
# SvelteKit build / generate output
.svelte-kit

# End of https://www.toptal.com/developers/gitignore/api/node
# End of https://www.toptal.com/developers/gitignore/api/node

# yalc
.yalc
.yalc.lock
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@linearb/gitstream-core": "1.3.140"
"@linearb/gitstream-core": "1.3.145"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit 1ef3d00

Please sign in to comment.