mirror of
https://github.com/tradingview/lightweight-charts.git
synced 2024-11-25 16:50:59 +08:00
40 lines
604 B
Plaintext
40 lines
604 B
Plaintext
# nodejs & npm
|
|
node_modules/
|
|
npm-debug.log*
|
|
package-lock.json
|
|
|
|
debug.html
|
|
|
|
# python
|
|
*.pyc
|
|
|
|
# vscode, idea, sublime
|
|
.idea/**
|
|
.vscode/**
|
|
!/.vscode/launch.json
|
|
!/.vscode/settings.json
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# artifacts
|
|
/lib/
|
|
/dist/
|
|
/src/**/*.js
|
|
/src/**/*.d.ts
|
|
/website/docs/api/
|
|
/website/versioned_docs/**/api/
|
|
/website/build
|
|
/website/.docusaurus
|
|
/website/.cache-loader
|
|
/website/.previous-typings-cache/*.d.ts
|
|
/website/versions.d.ts
|
|
|
|
!/src/typings/**/*.d.ts
|
|
|
|
# graphics tests out data
|
|
/tests/e2e/graphics/.gendata/
|
|
tests/e2e/coverage/.gendata
|
|
|
|
# memleak log output
|
|
tests/e2e/memleaks/.logs/
|