mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* ci: integrate ESLint with CodeQL * specualtive fix * always upload sarif * make lint.ci exit with 0 so sarif is generated * fix: exit with 0 * exit 0 on error * correction * revert to default with sarif * see what pnpm run lint --fix does * reset codeql * egg * actually setup pnpm * checking out the mall * reimplement lint * run lint:ci * anyone home? * category * fix? * try cats * damage * TRY IT ONE MORE TIME * on an atm * no way? * test * test2 * test3 * test4 * revert change in context.ts * attempt to update lockfile * reset and update pnpm-lock * speculative fix * allow it to fail * update eslint.yml * correct path helps * bring lint:ci back into the fold * revert eslint.yml * embed sarif * is it really this * k. great. --------- Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
45 lines
559 B
Text
45 lines
559 B
Text
# Logs and databases
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
*.db*
|
|
log/
|
|
logs/
|
|
|
|
# OS generated files
|
|
.DS_Store*
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Package manager
|
|
node_modules/
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
# Ditto for yarn, except we're using pnpm
|
|
yarn.lock
|
|
# If needed, package-lock.json shall be added manually using an explicit git add command
|
|
package-lock.json
|
|
|
|
# Others
|
|
web/build
|
|
bin/
|
|
dist/
|
|
.run/
|
|
tmp/
|
|
.golangci.yml
|
|
web/eslint-sarif-report.sarif
|
|
|
|
# Preserve files
|
|
!.gitkeep
|