Skip to content

Commit 46cb5dc

Browse files
committed
Initial commit, auth, user managment, homepage
0 parents  commit 46cb5dc

Some content is hidden

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

51 files changed

+7079
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
frontend/node_modules
5+
6+
# production
7+
frontend/build
8+
9+
# misc
10+
frontend/.DS_Store
11+
frontend/*.pem
12+
13+
# debug
14+
frontend/npm-debug.log*
15+
16+
# local env files
17+
.env
18+
.env*.local
19+
frontend/.env*.local
20+
21+
# typescript
22+
frontend/*.tsbuildinfo
23+
frontend/next-env.d.ts
24+
25+
# IDE
26+
.idea
27+
28+
# rust
29+
/target

0 commit comments

Comments
 (0)