mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
# Ignore test fixtures.
|
|
packages/**/test/fixtures/**/*.js
|
|
|
|
# Ignore static JS files.
|
|
packages/**/static/*.js
|
|
|
|
# Ignore code coverage reports.
|
|
.nyc_output/
|