## Description This PR imports a Tailwind-based website template and adds a build hardness for it. Please check the type of change your PR introduces: - [x] 🌻 Feature ## Test Plan - [x] 💪 Manual
24 lines
324 B
Plaintext
24 lines
324 B
Plaintext
# 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
|
|
|
|
# IDE
|
|
.vscode
|
|
|
|
# Standard configuration file names
|
|
.corso_test.toml
|
|
.corso.toml
|
|
|
|
# Build directories
|
|
/bin
|
|
/docker/bin
|
|
/website/dist |