mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-06 18:00:25 -06:00
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
src/components/ui
|
|
|
|
# Prettier breaks {/* */} comments in MDX files :/
|
|
**/*.mdx
|