diff --git a/.gitignore b/.gitignore index a2a1041..cee3e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,20 @@ +# ---> Go +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + # ---> Node # Logs logs @@ -40,7 +57,7 @@ bower_components build/Release # Dependency directories -node_modules/ +node_modules jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) @@ -118,3 +135,10 @@ dist .yarn/install-state.gz .pnp.* +*yarn.lock +*package-lock.json +*log/ +*downloadFiles/ +web/client/assets/color.less +package-lock.json +development.text \ No newline at end of file diff --git a/web b/web new file mode 160000 index 0000000..947fbe6 --- /dev/null +++ b/web @@ -0,0 +1 @@ +Subproject commit 947fbe63764d64e72a05839930544be457bdfc9b