Skip to content

Commit

Permalink
fix: adjust default ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Nov 29, 2024
1 parent 417c0ff commit bcf842f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filen/sync",
"version": "0.1.88",
"version": "0.1.89",
"description": "Filen Sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const DEFAULT_IGNORED = {
"*:/Program Files/**/*",
"*:/Program Files (x86)/**/*",
"/share/Trash/**/*",
"*:/Users/**/AppData/**/*",
"*:/System Volume Information/**/*"
],
relativeGlobs: [
Expand Down

0 comments on commit bcf842f

Please sign in to comment.