openmeter / api /client /javascript /.gitignore
Leon4gr45's picture
Upload folder using huggingface_hub
048b1e8 verified
Raw
History Blame Contribute Delete
377 Bytes
# dot-files (.env, .git, ...)
# logs
logs
*.log
npm-debug.log*
# dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# editor
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# build
.duel-cache/
tsconfig.tsbuildinfo
dist/