housekeeping(gitignore): update gitignore/eslintignore/prettierignore (#4108)

This commit is contained in:
Geoffrey Huntley
2022-09-19 17:16:19 +10:00
committed by GitHub
parent 36a599ea9a
commit f314f30ebc
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ vendor
yarn-error.log yarn-error.log
gotests.coverage gotests.coverage
.idea .idea
.gitpod.yml
.DS_Store .DS_Store
# Front-end ignore # Front-end ignore

View File

@ -1,7 +1,9 @@
############################################################################### ###############################################################################
# COPY PASTA OF .gitignore # COPY PASTA OF .gitignore
############################################################################### ###############################################################################
.idea .idea
.gitpod.yml
node_modules node_modules
vendor vendor
out out

View File

@ -10,6 +10,7 @@ vendor
.eslintcache .eslintcache
yarn-error.log yarn-error.log
.idea .idea
.gitpod.yml
# Front-end ignore # Front-end ignore
.next/ .next/
@ -20,3 +21,4 @@ test-results/
**/*.swp **/*.swp
.coderv2/* .coderv2/*