Remove gitingoretemplate since it was just the one line

This commit is contained in:
2026-03-22 18:44:00 -05:00
parent f8e2dbfd5c
commit 9a2ce7b1cc
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ use colored::Colorize;
use glob::glob;
const MAIN_C: &str = include_str!("templates/main.c");
const GITIGNORE: &str = include_str!("templates/gitignoretemplate");
const GITIGNORE: &str = "target/";
#[derive(clap::Parser)]
#[clap(version)]