Files
TheGame/.prettierignore
Firat Story ac08a52a16 Remove storybook (#1044)
* Remove everything related to storybook

* remove test

* update yarn.lock

* remove unused packages from design system package
2022-01-15 13:23:53 +01:00

35 lines
350 B
Plaintext

**/node_modules
**/dist
node_modules/
# No npm allowed
package-lock.json
# IDE
.idea
# next.js
.next/
# Hasura config
hasura/**
# build files
build
autogen
dist
out/
# Coverage directory used by testing tools
**/coverage
**/jest-coverage
**/reports
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local