You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
578 B
Plaintext
49 lines
578 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
.vscode/launch.json
|
|
|
|
temp
|
|
|
|
# dependencies
|
|
node_modules
|
|
.DS_Store
|
|
|
|
# lock file
|
|
# package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
gptcommit.toml
|
|
.husky/prepare-commit-msg
|
|
|
|
.idea
|
|
.claude
|
|
|
|
# lock file
|
|
# package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
build
|
|
dist
|
|
es
|
|
dist.zip
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.script.test.js
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
/packages/server/public
|