mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
49 lines
523 B
Plaintext
49 lines
523 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log
|
|
.DS_Store
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
**/node_modules
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# IDE
|
|
.idea
|
|
|
|
# lock
|
|
package-lock.json
|
|
|
|
|
|
# yarn-lock
|
|
yarn.lock
|
|
|
|
|
|
# ignore dist files
|
|
.vscode/
|
|
src
|
|
jest.config.js
|
|
.fatherrc.js
|
|
__mock__
|
|
public
|
|
tsconfig.json |