From f1051550674e1cd859de9c7c007b4f11022b5436 Mon Sep 17 00:00:00 2001 From: Dwynr Date: Wed, 11 Dec 2024 01:02:20 +0100 Subject: [PATCH] chore: adjust default ignored pattern --- package.json | 2 +- src/constants.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index feab7bf..2071e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filen/sync", - "version": "0.1.93", + "version": "0.1.94", "description": "Filen Sync", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/constants.ts b/src/constants.ts index 753aebb..2cc6c08 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -39,10 +39,7 @@ export const DEFAULT_IGNORED = { "*:/$RECYCLE.BIN/**/*", "*:/$Windows.~WS/**/*", "*:/$WinREAgent/**/*", - "*:/Windows/**/*", "*:/OneDriveTemp/**/*", - "*:/PerfLogs/**/*", - "*:/ProgramData/**/*", "*:/Program Files/**/*", "*:/Program Files (x86)/**/*", "*:/System Volume Information/**/*"