<% if (root) { -%> # dependencies node_modules /.pnp .pnp.js npm-debug.log* yarn-debug.log* yarn-error.log* <% } -%> <% if (paths) { -%> <%= paths %> <% } -%> <% if (root) { -%> # IDE /.settings /.project /.idea !/.vscode *.sublime-project *.sublime-workspace <% if (documentation) { -%> # generated documentation directory /docs <% } -%> <% if (testing) { -%> # default coverage directory /coverage <% } -%> <% if (typescript && buildInGit) { -%> # Typescript *.tsbuildinfo <% } -%> <% if (playwright) { -%> # Playwright /test-results /playwright-report <% } -%> #* *$ *.BAK *.bak *.log *.old *~ .#* .DS_Store <% } -%>