Skip to content

Commit d209619

Browse files
committed
Fix .gitignore to only exclude root-level output directory
1 parent 85c5053 commit d209619

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
.vscode/
2323

2424
# Ignore any manual testing output from running codegen tool at root
25-
output/
25+
/output/

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
module github.com/hashicorp/terraform-plugin-codegen-framework
2-
1+
module github.com/starburstdata/terraform-plugin-codegen-framework
32
go 1.22.7
43

54
require (

0 commit comments

Comments
 (0)