-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
112 lines (102 loc) · 1.52 KB
/
.gitignore
File metadata and controls
112 lines (102 loc) · 1.52 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
nimcache/
nimblecache/
htmldocs/
build/
*.exe
*.out
*.o
*.obj
*.so
*.dll
*.dylib
*.a
*.pdb
__pycache__/
*.pyc
.pytest_cache/
.venv/
.env
.DS_Store
config.nims
tests/harness/seed.log
build/coverage/
# .NET / C# (bindings/dotnet)
**/bin/
**/obj/
**/TestResults/
**/*.user
**/*.suo
**/*.userosscache
**/*.sln.docstates
.vs/
# Benchmarks (generated artifacts)
tests/bench/results.json
tests/bench/*.results.json
tests/bench/bench
tests/bench/bench.exe
tests/bench/nimcache/
tests/bench/tmp/
benchmarks/embedded_compare/raw/
benchmarks/embedded_compare/aggregated/
benchmarks/embedded_compare/tmp_*/
.bench_data/
--
tests/nim/
!tests/nim/
tests/nim/*
!tests/nim/*.nim
/decentdb
debug_parser
decentdb_cli
decentdb_schema
decentdb_data
src/decentdb
src/decentdb_cli
src/decentdb_schema
src/decentdb_data
*.db
*.db-wal
*.ddb
*.ddb-wal
*.wal
*.tmp
nimble.develop
nimble.paths
# Node.js
node_modules/
npm-debug.log
yarn-error.log
coverage/
.nyc_output/
.lock-wscript
config.gypi
test_pk_fk.ddb-wal
# Java / Gradle (bindings/java)
bindings/java/**/.gradle/
bindings/java/**/build/
bindings/java/**/out/
bindings/java/**/.classpath
bindings/java/**/.project
bindings/java/**/.settings/
hs_err_pid*.log
*.class
# Local review/action-plan notes (do not commit)
design/reviews/ACTION-PLAN.md
# Debug/scratch artifacts
debug_ast
snippet.nim
# Testament artifacts
testresults/
testresults.html
testresults.db
bindings/dotnet/.idea/
.idea/
bindings/dotnet/v
bindings/dotnet/v
:memory:*
:MEMORY:*
src/engine
src/vfs/os_vfs
*.gcov
stdout
examples/java/json-20231013.jar