-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (29 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (29 loc) · 691 Bytes
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
# compiled output — published to npm via package.json "files", not tracked in git
dist/
# test compilation output — separate from dist to avoid polluting the build
.dist-test/
# test coverage reports
coverage/
.coverage/
# dependencies
node_modules/
# environment secrets
.env
.env.local
.env.*.local
# runtime-generated hash sidecar files
*.loqui-hash.json
# internal publishing guide — release process is documented in .github/workflows/
PUBLISHING.md
# project-specific scripts not part of the library
translate.sh
# macOS
.DS_Store
.AppleDouble
# editor
.vscode/
.idea/
*.swp
*.swo
# explicitly track node version file (may be ignored by global gitignore)
!.node-version