-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (57 loc) 路 1.91 KB
/
Copy path.gitignore
File metadata and controls
72 lines (57 loc) 路 1.91 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# OS-specific files
.DS_Store
Thumbs.db
# Editor metadata
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
.idea/*
# local API keys and secrets
.env.local
.env.*.local
# sensitive files
*.key
*.pem
*.swp
# coverage files
/etc/coverage/*
/etc/coverage.lcov
/coverage.out
# package managers
node_modules/
# temporary files
/etc/temp/*
!/etc/temp/.gitkeep
# Go builds
/bin/
# npm builds
/pkg/@eserstack/cli/dist/*
/pkg/@eserstack/laroux-server/dist/*
/pkg/@eserstack/noskills/dist/*
# Nix
result
result-*
# Per-package JSR publish manifests are generated from package.json + VERSION
# by etc/scripts/gen-jsr-manifests.ts. Hand-editing them reintroduces the
# exports-map duplication (and the drift) they were removed to prevent.
/pkg/@eserstack/*/deno.json
# `deno compile` writes a bundle next to the CWD while it works and removes it
# on success. A failed or interrupted compile leaves it behind, where the
# repo validators -- which now scan untracked files -- would flag it as an
# unlicensed, non-kebab-case source file.
.deno_compile_bundle_*.mjs
# `go build ./cmd/<x>` without -o drops the binary in the repo root.
/noskills-server
# Generated API reference: `deno task cli docs` rebuilds it wholesale from the
# JSDoc in pkg/@eserstack/*/mod.ts. Committing 3,700+ files of output meant it
# was perpetually stale (last refreshed 2026-06-07, months behind the source it
# documents), every regeneration produced an unreviewable diff, and the
# formatting validators had to be hand-satisfied each time. Hand-written docs
# under docs/adr/ and docs/schema/ stay tracked.
docs/api/
# Platform library packages are workspace members whose only payload is a build
# output written by pkg/@eserstack/ajan/scripts/build.ts; the manifests are committed.
/pkg/@eserstack/ajan-*/libeser_ajan.*
/pkg/@eserstack/ajan-wasm/*.wasm