UNPKG

@boykaframework/boyka-cli

Version:

🧑🏻‍💻 Command line assistant for Boyka Framework

11 lines (10 loc) 128 B
export const GitIgnore = { fileName: '.gitignore', content: `target/ logs/ screenshots/ test-output/ .idea/ *.iml `, };