enso/.prettierignore
Ilya Bogdanov 37af06b14d
Integrate Tailwind framework (#3999)
[Task link](https://www.pivotaltracker.com/story/show/183992025)

This PR moves the documentation visualization into a separate crate and sets up the Tailwind CSS framework for this new crate.

We would use Tailwind to style our HTML documentation.


https://user-images.githubusercontent.com/6566674/208719213-85f78f7e-8dc2-45d5-95a1-db4baad1bda1.mp4
2022-12-23 14:20:24 +00:00

38 lines
772 B
Plaintext

# Build Artefacts
dist
target
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE
distribution/launcher/THIRD-PARTY
distribution/engine/THIRD-PARTY
distribution/project-manager/THIRD-PARTY
tools/legal-review
distribution/lib/Standard/*/*/manifest.yaml
distribution/lib/Standard/*/*/polyglot
distribution/lib/Standard/*/*/THIRD-PARTY
distribution/docs-js
built-distribution/
THIRD-PARTY
# GUI
**/scala-parser.js
**/package-lock.json
**/msdfgen_wasm.js
# Generated files
app/ide-desktop/build.json
app/ide-desktop/lib/client/electron-builder-config.json
app/gui/view/documentation/assets/stylesheet.css
Cargo.lock
# Engine Builds can leave these nested working copies.
# TODO [mwu]: Adjust Engine build to not leave them.
ci-build/
enso/
# Popular IDEs
.idea
.bsp