Skip to content

Commit 81dbea2

Browse files
Ludo GalabruLudo Galabru
authored andcommitted
chore: gitignore Testnet.toml / Mainnet.toml both in clarinet and clarinet projects
1 parent 49e1701 commit 81dbea2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ target
1010
index.node
1111
npm-debug.log*
1212
node-bindings/dist
13-
node-bindings/build
13+
node-bindings/build
14+
**/settings/Mainnet.toml
15+
**/settings/Testnet.toml

src/generate/project.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ impl GetChangesForNewProject {
153153
fn create_gitignore(&mut self) {
154154
let content = format!(
155155
r#"
156-
settings/Mainnet.toml
157-
settings/Testnet.toml
156+
**/settings/Mainnet.toml
157+
**/settings/Testnet.toml
158158
history.txt
159159
"#,
160160
);

0 commit comments

Comments
 (0)