Skip to content

Commit 21f2daf

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module github.com/hashicorp/terraform-plugin-codegen-framework
2-
32
go 1.22.7
43

54
require (

0 commit comments

Comments
 (0)