-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (68 loc) · 1.04 KB
/
.gitignore
File metadata and controls
76 lines (68 loc) · 1.04 KB
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
# Build artifacts
/build/
/build*/
/bin/
/lib/
/setup/
*.obj
*.o
*.lo
*.la
*.a
*.dll
*.exe
*.lib
*.pdb
*.ilk
*.exp
*.idb
*.tmp
*.env
自定义术语表。
比如“Liouville”固定不翻、“spin chain”优先译成某个术语。这样会直接提升稳定性。
# webview2_pkg
webview2_pkg/**
!webview2_pkg/build/
!webview2_pkg/build/native/
!webview2_pkg/build/native/include/
!webview2_pkg/build/native/include/**
!webview2_pkg/build/native/x64/
!webview2_pkg/build/native/x64/**
!webview2_pkg/WebView2.idl
!webview2_pkg/WebView2.tlb
!webview2_pkg/LICENSE.txt
!webview2_pkg/NOTICE.txt
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
# Qt / Creator / VS user files
*.user
*.user.*
*.pro.user
*.qbs.user
*.qmlproject.user
*.idea/
*.vs/
.vs/
*.vcxproj.user
*.VC.db
*.VC.opendb
# Logs and runtime outputs
debug.log
*.log
# Local secrets/config (do not commit)
.env
# Local storage/runtime data
/storage/
/Release/storage/
/build/Release/storage/
# Generated resources
*.qrc.depends
*.qm
# OS noise
.DS_Store
Thumbs.db
ehthumbs.db