# Dependencies node_modules npm-debug.log* yarn-debug.log* yarn-error.log* # Build output dist build *.tsbuildinfo # Environment files (will be injected at runtime) .env .env.* !.env.example # Testing coverage *.spec.ts test tests **/__tests__ **/__mocks__ # Documentation *.md !README.md docs # IDE and editor files .vscode .idea *.swp *.swo *~ .DS_Store # Git .git .gitignore .gitattributes # Logs logs *.log # Temporary files tmp temp *.tmp *.temp # Docker files (avoid recursion) Dockerfile* .dockerignore docker-compose*.yml # CI/CD .github .gitlab-ci.yml .travis.yml # Misc .editorconfig .eslintrc* .prettierrc* jest.config.js