diff --git a/.gitignore b/.gitignore index 3da573b54..49e24a356 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ components.d.ts # Editor directories and files .idea .vscode +.history +.husky *.suo *.ntvs* *.njsproj diff --git a/.vscode/settings.json b/.vscode/settings.json index 0417089cb..1ac418dee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "i18n-ally.localesPaths": [ "src/lang" - ] + ], + "git.ignoreLimitWarning": true }