Skip to content

Commit

Permalink
Merge pull request #3 from yan-man/hotfix/2.23.22-docs
Browse files Browse the repository at this point in the history
add gitignore file;
  • Loading branch information
yan-man authored Feb 23, 2022
2 parents 985bccb + 51f6f6d commit b5a23e0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# ganache file secret
file.secret

# truffle build
/build

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virtual-power-plant",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "truffle.js",
"directories": {
Expand Down

0 comments on commit b5a23e0

Please sign in to comment.