Remove gitingoretemplate since it was just the one line
This commit is contained in:
@@ -8,7 +8,7 @@ use colored::Colorize;
|
|||||||
use glob::glob;
|
use glob::glob;
|
||||||
|
|
||||||
const MAIN_C: &str = include_str!("templates/main.c");
|
const MAIN_C: &str = include_str!("templates/main.c");
|
||||||
const GITIGNORE: &str = include_str!("templates/gitignoretemplate");
|
const GITIGNORE: &str = "target/";
|
||||||
|
|
||||||
#[derive(clap::Parser)]
|
#[derive(clap::Parser)]
|
||||||
#[clap(version)]
|
#[clap(version)]
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
target/
|
|
||||||
Reference in New Issue
Block a user