Skip to content

Commit

Permalink
chore: remove unused dependencies and configuration files (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulk510 authored Dec 6, 2024
1 parent bb5b34c commit a88f045
Show file tree
Hide file tree
Showing 111 changed files with 4,885 additions and 14,501 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/config.json

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/express-api-docker.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/release.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ node_modules

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local

# Testing
coverage
Expand All @@ -25,6 +22,7 @@ coverage
.next/
out/
build
.output/
dist
storybook-static

Expand Down Expand Up @@ -74,3 +72,6 @@ override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc

# ignore .astro directory
.astro
2 changes: 0 additions & 2 deletions .husky/commit-msg

This file was deleted.

8 changes: 0 additions & 8 deletions .stylelintrc.js

This file was deleted.

17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
## What's inside?

完全に私の趣味で作っているリポジトリ、フロントエンドの開発がほとんどなのと基本的におんなじものをよく作るのでmonorepoとしてそれらをまとめて好きなように作ったらいいんじゃないかという発想で生まれた。基本的にパッケージはpackage.jsonに書かなくても動くがわかりづらいので必要なくても明示してpackageを追加している。

This Repo includes the following packages/apps:

### Apps and Packages

- `docs`: 自分で作ったコンポーネントとかをnextraに載せてポートフォリオチックなdocumentサイトって感じ。
- `web`: ブログとか他のサイトに飛ばすメインのサイトかな
- `playground`: `@repo/sandbox`で適当に作ったコンポーネントを表示したり、色々実験的なのを反映したりするようのサイト
- `storybooks`: 特に用途は決まってない
- `@repo/sandbox`: とりあえず適当に試したり適当にコンポーネントを作ったりとにかく適当
- `@repo/ui`: UIように作成している共通のコンポーネントを入れるところ
- `@repo/stylelint-config`: `stylelint`のconfig(@repo/configに統一したい)
- `@repo/tailwind-config`: `tailwind css`のconfig(@repo/configに統一したい)
- `@repo/eslint-config`: `eslint`のconfig(@repo/configに統一したい)
- `@repo/typescript-config`: `typescript`のconfig(@repo/configに統一したい)
完全に私の趣味で作っているリポジトリ、フロントエンドの開発がほとんどなのと基本的におんなじものをよく作るのでmonorepoとしてそれらをまとめて好きなように作ったらいいんじゃないかという発想で生まれた。
53 changes: 0 additions & 53 deletions apps/api/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions apps/api/package.json

This file was deleted.

47 changes: 0 additions & 47 deletions apps/api/src/server.ts

This file was deleted.

9 changes: 0 additions & 9 deletions apps/api/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions apps/docs/.eslintrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions apps/docs/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions apps/docs/next-env.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions apps/docs/next.config.js

This file was deleted.

Loading

0 comments on commit a88f045

Please sign in to comment.