-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 748 Bytes
/
.gitignore
File metadata and controls
44 lines (37 loc) · 748 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
# nodejs & npm
node_modules/
npm-debug.log*
/debug/**/*
!/debug/README.md
!/debug/debug-standalone.html.example
!/debug/debug-esm.html.example
!/debug/debug-esm.mjs.example
!/debug/tsconfig.json
!/debug/.eslintrc.cjs
# 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/