UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

40 lines (32 loc) 347 B
export const gitignore = () => ` # Dependencies node_modules/ # Build outputs dist/ .vite/ # Environment files .env .env.* !.env.example # IDE .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log logs/ # Test coverage coverage/ # Yarn .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/sdks !.yarn/versions .pnp.* `.trim();