release: monorepo conversion + API key plugin
This commit is contained in:
+30
-41
@@ -1,56 +1,45 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
node_modules/
|
||||||
|
.next/
|
||||||
|
*.tsbuildinfo
|
||||||
|
dist/
|
||||||
|
|
||||||
# dependencies
|
# Environment
|
||||||
/node_modules
|
.env
|
||||||
/.pnp
|
.env.local
|
||||||
.pnp.*
|
.env.*.local
|
||||||
.yarn/*
|
.env.production
|
||||||
!.yarn/patches
|
|
||||||
!.yarn/plugins
|
|
||||||
!.yarn/releases
|
|
||||||
!.yarn/versions
|
|
||||||
|
|
||||||
# testing
|
# OS
|
||||||
/coverage
|
|
||||||
|
|
||||||
# next.js
|
|
||||||
/.next/
|
|
||||||
/out/
|
|
||||||
|
|
||||||
# production
|
|
||||||
/build
|
|
||||||
|
|
||||||
# misc
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pem
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
# debug
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.sublime-*
|
||||||
|
|
||||||
|
# Certificates (generated locally)
|
||||||
|
certificates/
|
||||||
|
|
||||||
|
# next.js auto-generated
|
||||||
|
next-env.d.ts
|
||||||
|
|
||||||
|
# serwist build artifact
|
||||||
|
**/public/sw.js
|
||||||
|
|
||||||
|
# debug logs
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
.pnpm-debug.log*
|
.pnpm-debug.log*
|
||||||
|
|
||||||
# env files (can opt-in for committing if needed)
|
|
||||||
.env*
|
|
||||||
!.env.example
|
|
||||||
|
|
||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
# typescript
|
# pi agent
|
||||||
*.tsbuildinfo
|
|
||||||
next-env.d.ts
|
|
||||||
|
|
||||||
# serwist build artifact
|
|
||||||
public/sw.js
|
|
||||||
|
|
||||||
/docs/superpowers
|
|
||||||
|
|
||||||
# git worktrees
|
|
||||||
.worktrees/
|
|
||||||
.pi/
|
.pi/
|
||||||
|
|
||||||
.superpowers/
|
.superpowers/
|
||||||
|
|
||||||
# temporary files
|
# docs/superpowers
|
||||||
post.md
|
/docs/superpowers
|
||||||
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user