tony.cheng
2026-02-28 344fd5ba0aa8ed78e0cb7bce41c57fc4b8b18773
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# dependencies
web-app/node_modules
web-app/.pnp
web-app/.pnp.js
 
# testing
web-app/coverage
 
# production
web-app/build
 
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
 
npm-debug.log*
yarn-debug.log*
yarn-error.log*
 
# IDE
.idea/
.vscode/
*.swp
*.swo
 
# Qoder
.qoder/
.qwen/