1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 14:49:49 +00:00

chore: Add ability to comment on Prs to simplify checking cards (#729)

This commit is contained in:
2025-05-03 23:33:15 +02:00
committed by GitHub
parent b26236e78c
commit 1eb4c677a7
8 changed files with 610 additions and 6 deletions

34
.github/scripts/.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# dependencies (bun install)
node_modules
# output
out
dist
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store