|
|
@ -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 |