UNPKG

@boykaframework/boyka-cli

Version:

🧑🏻‍💻 Command line assistant for Boyka Framework

13 lines (11 loc) 198 B
import { TemplateFile } from '../types/types.js'; export const GitIgnore = { fileName: '.gitignore', content: `target/ logs/ screenshots/ test-output/ .idea/ *.iml `, } satisfies TemplateFile;