Added the ignore for search

This commit is contained in:
Amritanshu Agrawal 2023-08-04 21:01:12 +05:30
parent ac868257b7
commit 1188bd1fd8
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@
".idea": true,
"**/node_modules": true,
"**/package-lock.json": true,
"/overlord/.angular/**": true,
}
}