From 4758ec48cce4ca33c2b481445f525681d80d22a0 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 21 Sep 2021 19:12:37 +0200 Subject: [PATCH] feat: add git ignore file. --- .gitignore | 24 ++++++++++++++++++++++-- package.json | 4 ++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c0579ae4a..04a094b75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,22 @@ -/data -.env \ No newline at end of file +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* \ No newline at end of file diff --git a/package.json b/package.json index e0e0ae294..0ea184a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "client", - "version": "0.1.0", + "name": "bigcapital-client", + "version": "1.2.0", "private": true, "dependencies": { "@babel/core": "7.8.4",