Skip to content

Commit b5a23e0

Browse files
authored
Merge pull request #3 from yan-man/hotfix/2.23.22-docs
add gitignore file;
2 parents 985bccb + 51f6f6d commit b5a23e0

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "virtual-power-plant",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "truffle.js",
66
"directories": {

0 commit comments

Comments
 (0)