https://github.com/searchkit/searchkit
Raw File
Tip revision: 2af53203e2b6b8441414628d8d41b91475212223 authored by Chase on 20 April 2023, 08:09:45 UTC
feat: add support for negative numbers and numeric ranges (#1256)
Tip revision: 2af5320
.gitignore
# 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/
build

# misc
.DS_Store
*.pem

# 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

# turbo
.turbo

packages/**/dist
packages/**/lib
.vercel
back to top