mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-06 01:40:12 -06:00
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
# Build artifacts
|
|
target/
|
|
node_modules/
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
# Dev artifacts
|
|
public/
|
|
|
|
# Avoid `pnpm-lock.yaml` files when not in the root. They are produced when
|
|
# building with `--ignore-worspace`.
|
|
**/pnpm-lock.yaml
|