mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-24 02:45:48 +03:00
358048027d
* improved formatting & highlighting of code samples * remove generated files and move them to prepare script
48 lines
498 B
Plaintext
48 lines
498 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
/models/data/*
|
|
# !/models/data/index.ts
|
|
|
|
# nix
|
|
.direnv/
|
|
result
|
|
result-*
|
|
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
result
|
|
result-*
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.pre-commit-config.yaml
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|