diff --git a/.gitignore b/.gitignore index f2a35e4c7c953..c2fe98f2ef5a7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ vendor yarn-error.log gotests.coverage .idea +.gitpod.yml .DS_Store # Front-end ignore diff --git a/site/.eslintignore b/site/.eslintignore index 624bcef7f72cc..0b32569c3e856 100644 --- a/site/.eslintignore +++ b/site/.eslintignore @@ -1,7 +1,9 @@ ############################################################################### # COPY PASTA OF .gitignore ############################################################################### + .idea +.gitpod.yml node_modules vendor out diff --git a/site/.prettierignore b/site/.prettierignore index b52769496c423..0becaea755b0e 100644 --- a/site/.prettierignore +++ b/site/.prettierignore @@ -10,6 +10,7 @@ vendor .eslintcache yarn-error.log .idea +.gitpod.yml # Front-end ignore .next/ @@ -20,3 +21,4 @@ test-results/ **/*.swp .coderv2/* +