mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
59 lines
588 B
Plaintext
59 lines
588 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
package-lock.json
|
|
|
|
# Eater asked for this dunno why
|
|
bot/
|
|
|
|
# Enviorment
|
|
.env
|
|
|
|
# NPM
|
|
npm/
|
|
|
|
# DOCS
|
|
docs.json
|
|
packages/core/docs.json
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# node
|
|
out/
|
|
dist/
|
|
build
|
|
package-lock.json
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
*.vs
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
# tests
|
|
__tests__
|
|
__test__
|
|
|
|
# changeset
|
|
.changeset
|