Skip to content

Commit

Permalink
Add .gitignore and VS Code/Fleet file excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 12, 2024
1 parent 2ec43ea commit e29bb7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .fleet/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.exclude": [
"out"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/out
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.exclude": {
"out": true
}
}

0 comments on commit e29bb7f

Please sign in to comment.