mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 13:37:44 +00:00
17 lines
286 B
Text
17 lines
286 B
Text
# Build artifacts
|
|
target/
|
|
node_modules/
|
|
dist/
|
|
|
|
# Dart workspace artifacts
|
|
.dart_tool
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
# Avoid `pnpm-lock.yaml` files when not in the root. They are produced when
|
|
# building with `--ignore-worspace`.
|
|
**/pnpm-lock.yaml
|