chore: reorganize snippets into subdirectories
- move root gitignores into gitignores/ subdirectory - add gitignores for dart, dotnet, go, gradle, java, jetbrains, maven, nextjs, node, sublimetext, vscode, windows, xcode - add root .gitignore excluding .claude/settings.local.json - add empty README.md and licences/ placeholders (Apache, MIT, Mozilla)
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
### Next.js
|
||||
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
Reference in New Issue
Block a user