Skip to content

Commit 9b7b99d

Browse files
authored
fix: added target/ to generated .gitignore (#254)
1 parent 2199da6 commit 9b7b99d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/perseus-cli/src/init.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ perseus-axum = { version = "=%perseus_version", features = [ "dflt-server" ] }
141141
142142
# Browser-only dependencies go here
143143
[target.'cfg(client)'.dependencies]"#;
144-
static DFLT_INIT_GITIGNORE: &str = r#"dist/"#;
144+
static DFLT_INIT_GITIGNORE: &str = r#"dist/
145+
target/"#;
145146
static DFLT_INIT_MAIN_RS: &str = r#"mod templates;
146147
147148
use perseus::prelude::*;

0 commit comments

Comments
 (0)