Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Nov 26, 2024
1 parent 59d6cea commit dbe3641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Pulumi.*.yaml

.idea/
*.iml
*.sln
.vscode/settings.json

yarn.lock
**/pulumiManifest.go
Expand All @@ -31,4 +33,7 @@ sdk/java/gradlew.bat
sdk/python/venv

go.work
go.work.sum
go.work.sum

# Ignore local build tracking directory
.make

0 comments on commit dbe3641

Please sign in to comment.