We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e525b2 commit 8b90275Copy full SHA for 8b90275
.gitignore
@@ -30,14 +30,18 @@ node_modules
30
test/**/*.js
31
doc/tags
32
33
+server/**/*.d.ts
34
+server/**/*.js.map
35
+server/node_modules/.bin
36
+
37
# We don't need that file
38
server/analysis_binaries/README.md
39
40
# We need to vendor node_modules and all the executables
41
!server/node_modules/
-!server/analysis_binaries/darwin-run.exe
-!server/analysis_binaries/linux-run.exe
-!server/analysis_binaries/win32-run.exe
42
+!server/analysis_binaries/darwin/rescript-editor-analysis.exe
43
+!server/analysis_binaries/linux/rescript-editor-analysis.exe
44
+!server/analysis_binaries/win32/rescript-editor-analysis.exe
45
46
examples/**/node_modules
47
examples/**/lib
0 commit comments