Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a599e commit f314f30Copy full SHA for f314f30
.gitignore
@@ -15,6 +15,7 @@ vendor
15
yarn-error.log
16
gotests.coverage
17
.idea
18
+.gitpod.yml
19
.DS_Store
20
21
# Front-end ignore
site/.eslintignore
@@ -1,7 +1,9 @@
1
###############################################################################
2
# COPY PASTA OF .gitignore
3
4
+
5
6
7
node_modules
8
vendor
9
out
site/.prettierignore
@@ -10,6 +10,7 @@ vendor
10
.eslintcache
11
12
13
14
.next/
@@ -20,3 +21,4 @@ test-results/
22
**/*.swp
23
.coderv2/*
24
0 commit comments