Restructure

This commit is contained in:
Dmitriy Shishkov 2020-11-28 13:11:41 +05:00
parent da8a37dfbd
commit 557b5cc271
No known key found for this signature in database
GPG Key ID: D76D70029F55183E
10 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,7 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies # dependencies
/node_modules node_modules/
/.pnp /.pnp
.pnp.js .pnp.js
@ -9,11 +9,11 @@
/coverage /coverage
# next.js # next.js
/.next/ .next/
/out/ /out/
# production # production
/build build/
# misc # misc
.DS_Store .DS_Store

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB