mirror of
https://github.com/klxf/eda-copilot.git
synced 2025-09-21 15:43:26 +08:00
21 lines
245 B
Plaintext
21 lines
245 B
Plaintext
/.git/
|
|
/.husky/
|
|
/.vscode/
|
|
/build/
|
|
/config/
|
|
/coverage/
|
|
/node_modules/
|
|
/src/
|
|
/.editorconfig
|
|
/.eslintcache
|
|
/.eslintrc.js
|
|
/.gitattributes
|
|
/.gitignore
|
|
/.npmrc
|
|
/.prettierignore
|
|
/.prettierrc.js
|
|
/package-lock.json
|
|
/package.json
|
|
/tsconfig.json
|
|
debug.log
|