AIx_Smarttalk/.gitignore

32 lines
347 B
Plaintext
Raw Normal View History

2024-07-08 16:24:56 +08:00
node_modules
dist
out
.DS_Store
*.log*
/node_modules/
2024-07-08 17:16:34 +08:00
/.idea/
2024-07-08 16:24:56 +08:00
/dist/
/.idea/workspace.xml
yarn.lock
pnpm-lock.yaml
node_modules
.vscode/*
!.vscode/extensions.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
/.idea/deployment.xml
/.idea/encodings.xml
/.idea/misc.xml
/dist.zip
/package-lock.json
/pnpm-lock.json
/build
2024-07-08 17:16:34 +08:00
/out