-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (67 loc) · 1.13 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Node modules
node_modules/
**/node_modules/
**/playwright/.cache
/playwright/.local-storage
# Build outputs
dist/
dist-ssr/
.build/
# Reports and test outputs
/test-results/
/playwright-report/
/blob-report/
/coverage/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
lerna-debug.log*
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*secret*
# Ignore specific files
APP/videoToDialogue/deepspeech-0.9.3-models.tflite
APP/videoToDialogue/deepspeech-0.9.3-models.pbmm
APP/videoToDialogue/deepspeech-0.9.3-models.scorer
Books/English/Thing Explainer:Complicated Stuff in Simple Words.pdf
Books/代码大全2中文版.pdf
150days_bi/摩登家庭全季台词.pdf
# Ignore editor directories and project settings
.vscode/
!.vscode/extensions.json
.idea/
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Ignore specific scripts and test files
Test/Jira/app/main.py
# Ignore Playwright specific files
**/playwright-report
# File types to ignore
*.exe
*.pkg
*.zip
*.node
*.mp4
*.mkv
*.wav
*.msi
CV_*.md
CV_*.pdf
# Logs
logs
.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*