-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 720 Bytes
/
.gitignore
File metadata and controls
43 lines (39 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
node_modules
.env
coverage
coverage.json
typechain
typechain-types
artifacts/build-info
artifacts/hardhat
cache
package-lock.json
backend/node_modules
backend/.env
backend/coverage
backend/coverage.json
backend/typechain
backend/typechain-types
backend/artifacts/build-info
backend/artifacts/hardhat
backend/cache
backend/package-lock.json
frontend/node_modules
frontend/.env
frontend/package-lock.json
frontend/.pnp
frontend/.pnp.js
frontend/coverage
frontend/dist
frontend/dist-ssr
frontend/build
frontend/*.pem
frontend/*.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/.pnpm-debug.log*
frontend/.env\*.local
frontend/.vercel
frontend/*.tsbuildinfo
frontend/next-env.d.ts