Files
query/.gitignore
Lachlan Collins 12abdda648 ci(v4): use @tanstack/publish-config (#9225)
* ci(v4): use @tanstack/publish-config

* Fix cipublish script
2025-05-31 11:06:54 +10:00

47 lines
550 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
package-lock.json
yarn.lock
# builds
types
*/**/build
*/**/dist
*/**/lib
*/**/es
artifacts
.rpt2_cache
coverage
*.tgz
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.next
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.history
size-plugin.json
stats-hydration.json
stats.json
stats.html
.vscode/settings.json
*.log
*.tsbuildinfo
.DS_Store
.cache
.idea
.nx/cache
.nx/workspace-data
nx-cloud.env