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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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