Skip to content

Commit 963a26c

Browse files
committed
refactor: update ignore files
1 parent 0341084 commit 963a26c

File tree

3 files changed

+0
-68
lines changed

3 files changed

+0
-68
lines changed

.eslintignore

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,9 @@ yarn.lock
88
coverage
99
coverage.json
1010

11-
# hardhat
12-
artifacts
13-
cache
14-
typechain-types
15-
16-
# types
17-
types
18-
19-
# circuits
20-
circuits
21-
2211
# production
2312
dist
2413
build
25-
/docs
26-
27-
# subgraph
28-
subgraph.template.yaml
29-
generated
30-
31-
# Docusaurus cache and generated files
32-
.docusaurus
33-
.cache-loader
3414

3515
# misc
3616
.DS_Store
@@ -40,8 +20,3 @@ generated
4020
npm-debug.log*
4121
yarn-debug.log*
4222
yarn-error.log*
43-
44-
# packages
45-
cli-template-*
46-
47-
!apps/website/src/app/build

.gitignore

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,9 @@ node_modules/
5353
# Yarn Integrity file
5454
.yarn-integrity
5555

56-
# dotenv environment variable files
57-
.env
58-
.env.development.local
59-
.env.test.local
60-
.env.production.local
61-
.env.local
62-
6356
# Production
6457
build
6558
dist
66-
/docs
67-
68-
# Docusaurus cache and generated files
69-
.docusaurus
70-
.cache-loader
71-
72-
# Hardhat
73-
artifacts
74-
cache
75-
typechain-types
7659

7760
# Stores VSCode versions used for testing VSCode extensions
7861
.vscode-test
@@ -85,6 +68,3 @@ typechain-types
8568
!.yarn/releases
8669
!.yarn/sdks
8770
!.yarn/versions
88-
89-
# Other
90-
snark-artifacts

.prettierignore

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,13 @@ yarn.lock
88
coverage
99
coverage.json
1010

11-
# hardhat
12-
artifacts
13-
cache
14-
typechain-types
15-
1611
# production
1712
dist
1813
build
19-
/docs
20-
21-
# subgraph
22-
subgraph.template.yaml
23-
generated
2414

2515
# github
2616
.github/ISSUE_TEMPLATE
2717

28-
# Docusaurus cache and generated files
29-
.docusaurus
30-
.cache-loader
31-
3218
# mdx file
3319
*.mdx
3420

@@ -40,12 +26,3 @@ generated
4026
npm-debug.log*
4127
yarn-debug.log*
4228
yarn-error.log*
43-
44-
# other
45-
snark-artifacts
46-
47-
# Next.js
48-
.next/
49-
public
50-
51-
!apps/website/src/app/build

0 commit comments

Comments
 (0)