seyfert/.gitignore
Yuzu 6915258093
fix: NodeJS is not defined (eslint bug) + fix most linter errors (which fixes #102) (#106)
* fix: silly eslint bug

* fix: Linter Errors (#105)

* fix

* revert linter bug

Co-authored-by: Marcos Susaña <marcosjgs03@gmail.com>
2022-09-02 15:07:15 +00:00

64 lines
621 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/
apps/
# Enviorment
.env
# bun
bun-test.js
# NPM
npm/
# DOCS
docs.json
packages/core/docs.json
# dependencies
node_modules
.pnp
.pnp.js
.vscode
# 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