Skip to content

Commit 75b4e3b

Browse files
committed
Misc cleanups
1 parent 9eec597 commit 75b4e3b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ out
33
node_modules
44
examples/*/lib
55
analysis/tests/lib
6+
analysis/tests/.bsb.lock
67
analysis/tests/.merlin
78
# artifacts from binary compilation
89
*.exe

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ We call a few binaries and it's tricky to call them properly cross-platform. Her
7979
## General Coding Guidance
8080

8181
- `server/` is a standalone folder that can be vendored by e.g. Vim and Sublime Text. Keep it light, don't add deps unless absolutely necessarily, and don't accidentally use a runtime dep from the top level `package.json`.
82+
- This codebase stayed alive by not trying to babysit long-living processes. Be fast, call a binary and shut down.
8283

8384
## Rough Description Of How The Plugin Works
8485

analysis/tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"dependencies": {
44
"rescript": "9.1.2"
55
},
6+
"private": true,
67
"devDependencies": {
78
"@rescript/react": "^0.10.2"
89
}

0 commit comments

Comments
 (0)