mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
# Ignore for example failing-tests.json from AVA
|
|
node_modules/.cache/
|
|
# Java build files
|
|
.gradle/
|
|
*.class
|
|
# macOS
|
|
.DS_Store
|
|
# eslint sarif report
|
|
eslint.sarif
|