Skip to content

Commit 9c43195

Browse files
authored
chore: tidy .gitignore and README (#76)
1 parent 50395d5 commit 9c43195

2 files changed

Lines changed: 22 additions & 16 deletions

File tree

.gitignore

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,34 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10-
node_modules
11-
dist
12-
dev-dist
13-
dist-ssr
10+
# Dependencies
11+
node_modules/
12+
13+
# Build output
14+
dist/
15+
dev-dist/
16+
dist-ssr/
17+
stats.*
18+
19+
# Local env files
20+
.env*
21+
!.env.example
1422
*.local
1523

16-
# Editor directories and files
24+
# Cache
25+
.eslintcache
26+
27+
# Editor / OS
1728
.vscode/*
1829
!.vscode/extensions.json
19-
.idea
20-
.env
30+
.idea/
2131
.DS_Store
2232
*.suo
2333
*.ntvs*
2434
*.njsproj
2535
*.sln
2636
*.sw?
2737

28-
# Build statistics
29-
stats.*
30-
31-
# ESLint cache file
32-
.eslintcache
33-
34-
.qodo
38+
# Tooling
39+
.qodo/
40+
.vercel/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Syntax Analyzer는 영어 문장의 다양한 구문을 자동으로 분석해
3434

3535
### Frontend
3636

37-
- **Framework**: React with Typescript
37+
- **Framework**: React with TypeScript
3838
- **UI Library**: Chakra UI
3939
- **CSS Preprocessor**: SCSS
4040
- **State Management**: Jotai / React Query
@@ -43,7 +43,7 @@ Syntax Analyzer는 영어 문장의 다양한 구문을 자동으로 분석해
4343

4444
### Backend
4545

46-
- **Framework**: Express with Typescript
46+
- **Framework**: Express with TypeScript
4747
- **Database & Cache**: Redis (using ioredis)
4848
- **Syntax Analysis**: OpenAI / LangChain
4949

0 commit comments

Comments
 (0)