Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
24 lines
279 B
Plaintext
24 lines
279 B
Plaintext
# TS build info
|
|
*.tsbuildinfo
|
|
|
|
# Output of `yarn build` command.
|
|
/api
|
|
/commands
|
|
/utils
|
|
/types
|
|
/loaders
|
|
/setup
|
|
/lib
|
|
|
|
# Platform-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# Local dev preview
|
|
/dashboard/dist |