Skip to content

Commit

Permalink
Add .vscode folder to .gitignore (#113)
Browse files Browse the repository at this point in the history
* Add `.vscode` folder to `.gitignore`

* Add `.env.*` to `.gitignore`
  • Loading branch information
ptoffy authored Nov 3, 2023
1 parent 5f5127b commit 71a06a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ DerivedData/
db.sqlite
.swiftpm
.env
.env.*
! .env.example
.vscode

0 comments on commit 71a06a4

Please sign in to comment.