-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (58 loc) · 1.26 KB
/
.gitignore
File metadata and controls
64 lines (58 loc) · 1.26 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
# ============================================
# .NET build outputs
# ============================================
bin/
obj/
out/
publish/
packages/
TestResults/
*.user
*.suo
*.userprefs
*.sln.docstates
*.vs/
.vs/
# Build artifacts
*.pdb
*.dll.config
*.exe.config
*.nupkg
*.snupkg
*.symbols.nupkg
project.lock.json
project.fragment.lock.json
artifacts/
# ============================================
# IDE state
# ============================================
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# ============================================
# Rider / ReSharper
# ============================================
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# ============================================
# Native binaries
# ============================================
# Built by build/build-native.sh or the GitHub Actions publish workflow.
# Keep the runtimes/ directory tree out of git — CI places them there.
runtimes/**/native/*.dylib
runtimes/**/native/*.so
runtimes/**/native/*.dll
# Convenience: the stoolap-engine clone that CI uses (and developers may mirror locally)
stoolap-engine/
build/.stoolap-engine/
# ============================================
# Coverage and logs
# ============================================
coverage/
*.coverage
*.coveragexml
*.log