Skip to content

Commit 4ca2c3d

Browse files
committed
Migrated to basic next template
1 parent 143e49a commit 4ca2c3d

Some content is hidden

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

69 files changed

+1998
-14069
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.env.example

Lines changed: 0 additions & 27 deletions
This file was deleted.

.gitignore

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
2-
# payload
3-
/data
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
42

53
# dependencies
64
/node_modules
75
/.pnp
8-
.pnp.js
9-
.yarn/install-state.gz
10-
11-
/.idea/*
12-
!/.idea/runConfigurations
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/versions
1312

1413
# testing
1514
/coverage
@@ -24,16 +23,15 @@
2423
# misc
2524
.DS_Store
2625
*.pem
27-
git*
2826

2927
# debug
3028
npm-debug.log*
3129
yarn-debug.log*
3230
yarn-error.log*
31+
.pnpm-debug.log*
3332

34-
# local env files
35-
.env*.local
36-
.env
33+
# env files (can opt-in for committing if needed)
34+
.env*
3735

3836
# vercel
3937
.vercel

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 56 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)