# Ignoring git directories and files # For more informations: https://help.github.com/articles/ignoring-files # Deserved directories and files only /.cache /.coverage /.idea /.next /.pnp /.scannerwork /.swc /.vscode /bin /build /coverage /dist /node_modules /out /temp /temporary /tmp .DS_Store .eslintcache # Logs /logs *.log *.tsbuildinfo junit.xml npm-debug.log* report.*.json stats.json test-report.xml yarn-debug.log* yarn-error.log* # Private keys *.key *.p12 *.pem *.pfx *.csr # Generated by lintest CLI .tsconfig-check-only.json .eslintrc eslint.config.json jest.config.json