Skip to content

Commit fd3bc9f

Browse files
committed
Improv: More Filters
1 parent e395850 commit fd3bc9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ const IGNORE_PATH_PATTERNS = new Set([
3737
]);
3838

3939
const IGNORE_FILE_PATTERNS = new Set([
40-
'package-lock.json', 'yarn.lock', '.gitignore', '.DS_Store'
40+
'package-lock.json', 'yarn.lock', '.gitignore', '.DS_Store', 'pnpm-lock.json'
4141
]);
4242

4343
const IGNORE_EXTENSIONS = new Set([
4444
'.pyc', '.pyo', '.pyd', '.so', '.dll', '.dylib',
45-
'.log', '.tmp', '.temp', '.swp'
45+
'.log', '.tmp', '.temp', '.swp', '.svg', '.png', '.gif'
4646
]);
4747

4848
function App() {

0 commit comments

Comments
 (0)