mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 15:15:51 -06:00
18 lines
286 B
Plaintext
18 lines
286 B
Plaintext
# 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
|