Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f314f30

Browse files
authored
housekeeping(gitignore): update gitignore/eslintignore/prettierignore (#4108)
1 parent 36a599e commit f314f30

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vendor
1515
yarn-error.log
1616
gotests.coverage
1717
.idea
18+
.gitpod.yml
1819
.DS_Store
1920

2021
# Front-end ignore

site/.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
###############################################################################
22
# COPY PASTA OF .gitignore
33
###############################################################################
4+
45
.idea
6+
.gitpod.yml
57
node_modules
68
vendor
79
out

site/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ vendor
1010
.eslintcache
1111
yarn-error.log
1212
.idea
13+
.gitpod.yml
1314

1415
# Front-end ignore
1516
.next/
@@ -20,3 +21,4 @@ test-results/
2021

2122
**/*.swp
2223
.coderv2/*
24+

0 commit comments

Comments
 (0)