mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
# Ignore output files.
|
|
**/out/
|
|
|
|
# Ignore temp directories.
|
|
**/tmp/
|
|
|
|
# Ignore code coverage reports.
|
|
coverage/
|
|
|
|
# Ignore static files that are part of JSDoc's output.
|
|
packages/**/static/**
|
|
|
|
# Ignore test fixtures.
|
|
packages/**/test/fixtures/**
|