Initialize a new project by generating a .gitignore file for the specified language/framework.
Steps
- •Run
gi $ARGUMENTS > .gitignoreto generate the.gitignorefile using gitignore.io - •Confirm the file was created successfully
使用常见设置文件初始化新项目。
--- frontmattername: init-project description: Initialize a new project with common setup files argument-hint: "[language]" allowed-tools: Bash(gi *), Bash(ls *)
Initialize a new project by generating a .gitignore file for the specified language/framework.
gi $ARGUMENTS > .gitignore to generate the .gitignore file using gitignore.io