Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit dc63d80

Browse files
committed
Refactor file folder structure
1 parent ccc11a1 commit dc63d80

22 files changed

+755
-562
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,12 @@ yarn-error.log*
3838
*.tsbuildinfo
3939
next-env.d.ts
4040

41-
# src/app/style.scss
41+
# src/app/style.scss
42+
43+
assets
44+
css
45+
index.mjs
46+
index.umd.js
47+
next.svg
48+
vercel.svg
49+
style.css

.npmignore

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1 @@
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-
.yarn/install-state.gz
8-
9-
# testing
10-
/coverage
11-
12-
# next.js
13-
/.next/
14-
/out/
15-
16-
# production
17-
/build
18-
19-
# misc
20-
.DS_Store
21-
*.pem
22-
23-
# debug
24-
npm-debug.log*
25-
yarn-debug.log*
26-
yarn-error.log*
27-
28-
# local env files
29-
.env*.local
30-
31-
.vscode/*
32-
33-
# vercel
34-
.vercel
35-
36-
# typescript
37-
*.tsbuildinfo
38-
next-env.d.ts
39-
40-
src/app/style.scss
41-
examples/
42-
gifs/
1+
/*

0 commit comments

Comments
 (0)