File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+ # ganache file secret
4+ file.secret
5+
6+ # truffle build
7+ /build
8+
9+ # dependencies
10+ /node_modules
11+ /.pnp
12+ .pnp.js
13+
14+ # testing
15+ /coverage
16+
17+ # next.js
18+ /.next /
19+ /out /
20+
21+ # production
22+ /build
23+
24+ # misc
25+ .DS_Store
26+ * .pem
27+
28+ # debug
29+ npm-debug.log *
30+ yarn-debug.log *
31+ yarn-error.log *
32+
33+ # local env files
34+ .env.local
35+ .env.development.local
36+ .env.test.local
37+ .env.production.local
38+
39+ # vercel
40+ .vercel
Original file line number Diff line number Diff line change 11{
22 "name" : " virtual-power-plant" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " " ,
55 "main" : " truffle.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments