Skip to content

Commit 1c0b5fe

Browse files
committed
Merge branch 'pwa'
2 parents 7705593 + cc6a432 commit 1c0b5fe

File tree

126 files changed

+14090
-65621
lines changed

Some content is hidden

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

126 files changed

+14090
-65621
lines changed

.gitignore

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
.cache
2-
.gitignore
3-
/node_modules
1+
node_modules
2+
node_modules/*
3+
build
4+
build/*
5+
.parcel-cache
6+
node_modules
47
node_modules/*
58
.parcel-cache
6-
.parcel-cache/*
79
build/*
8-
build
9-
dist
1010
dist/*
11-
application/cred.js
11+
dist
12+
build
13+
.cache
14+
.env
15+
webpage-uploader.sh
16+
build.sh
17+
.gitignore
18+
webpage
19+
webpage/*
20+
.gitignore
21+

LICENSE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
The MIT License (MIT)
32

4-
Copyright (c) 2019
3+
Copyright (c) 2019
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy
76
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)