mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 21:47:55 +00:00
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
9 lines
161 B
Text
9 lines
161 B
Text
# 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
|