forked from tutors-sdk/tutors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (48 loc) · 1.12 KB
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
**/tutors-publish-html-macos
**/tutors-publish-html-linux
**/tutors-publish-html-win.exe
**/tutors-publish-macos
**/tutors-publish-linux
**/tutors-publish-win.exe
# generated files from ts sources in specific ts only modules
**/cli/tutors-gen-lib/src/**/*.js
**/cli/tutors-gen-lib/src/**/*.js.map
**/cli/tutors-gen-lib/src/**/*.d.ts
**/cli/tutors-publish/src/**/*.js
**/cli/tutors-publish/src/**/*.js.map
**/cli/tutors-publish/src/**/*.d.ts
**/cli/tutors-publish-html/src/**/*.js
**/cli/tutors-publish-html/src/**/*.js.map
**/cli/tutors-publish-html/src/**/*.d.ts
**/test/reference-course/json
**/test/reference-course/public-site
**/doc/**/html
**/app/cypress/screenshots
**/app/cypress/videos
**/app/cypress/downloads
# exclude ts build info caches
**/tsconfig.tsbuildinfo
# dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
# svelte
.svelte-kit
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo
.netlify