You've already forked pages
forked from didirus/AstralRinth
* add storybook * clean up stories * small fix * add stories for all components * add vintl * default to dark mode * fix teleport * add theme addon * add new modal story * delete broken stories * move all stories to central stories folder * fix paths * add pnpm run storybook * remove chromatic * add add-stories.md * fix types * fix unncessary args field * cover more addordion states * pt2 * remove old vintl * fix: missing style + ctx --------- Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
74 lines
893 B
Plaintext
74 lines
893 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
dist
|
|
tmp
|
|
/out-tsc
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# IDEs and editors
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# IDE - IntelliJ
|
|
.idea/*
|
|
!.idea/code.iml
|
|
!.idea/gradle.xml
|
|
!.idea/icon.svg
|
|
!.idea/modules.xml
|
|
!.idea/vcs.xml
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
|
|
# frontend generated files
|
|
apps/frontend/src/generated
|
|
|
|
.turbo
|
|
target
|
|
generated
|
|
.env
|
|
|
|
# app testing dir
|
|
app-playground-data/*
|
|
|
|
.astro
|
|
.claude
|
|
|
|
# labrinth demo fixtures
|
|
apps/labrinth/fixtures/demo
|
|
|
|
*storybook.log
|
|
storybook-static
|