Skip to content

Commit 56119ab

Browse files
committed
Change directory formation
1 parent de72c9d commit 56119ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+17404
-11481
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

client/yarn.lock

-11,407
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

nodemon.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ignore": [
3+
"lib/*.js",
4+
"README",
5+
"plant/",
6+
"public/"
7+
]
8+
}

server/package-lock.json renamed to package-lock.json

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

public/.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_VAPID_KEY = BGRhvbXYp6YIfMXWu1oqU7pvPnFcxYXTmCBzxE19ObWLlXzMN32aeUHHKZQ2_Do4kkC2JiQTWytZpTunOTFOqzQ

public/.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)