-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (43 loc) · 886 Bytes
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
contracts/node_modules
contracts/.env
contracts/coverage
contracts/coverage.json
contracts/typechain
contracts/typechain-types
contracts/stuff
# Hardhat files
contracts/cache
contracts/artifacts
# dependencies
webapp/node_modules
webapp/.pnp
.pnp.js
# testing
webapp/coverage
# next.js
webapp/.next/*
webapp/out/
# production
webapp/build
# misc
webapp/.DS_Store
webapp/*.pem
# debug
webapp/npm-debug.log*
webapp/yarn-debug.log*
webapp/yarn-error.log*
# local env files
webapp/.env*.local
webapp/.env
# vercel
webapp/.vercel
# typescript
webapp/*.tsbuildinfo
webapp/next-env.d.ts
graph/test_smartlottery_v1/node_modules
graph/smart_lottery_VR/node_modules
graph/test_smartlottery_v1/generated
graph/smart_lottery_VR/generated
graph/test_smartlottery_v1/build
graph/smart_lottery_VR/build