diff --git a/.eslintignore b/.eslintignore index 570d3f18..5b23ea70 100644 --- a/.eslintignore +++ b/.eslintignore @@ -15,6 +15,7 @@ test-fixtures/ *.min.*js .yarn/ .pnp.js +.idea/copilot/chatSessions/ .devcontainer/ dist/ temp/ diff --git a/.gitignore b/.gitignore index 5fbd7f30..170c94a9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Generated by @willbooster/willboosterify +.idea/copilot/chatSessions/ .devcontainer/ dist/ temp/ diff --git a/.prettierignore b/.prettierignore index e91d2dcc..84db4c1e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -12,6 +12,7 @@ test-fixtures/ *.min.js .yarn/ .pnp.js +.idea/copilot/chatSessions/ .devcontainer/ dist/ temp/