Skip to content

Commit

Permalink
Merge pull request #225 from Steveplays28/vscode
Browse files Browse the repository at this point in the history
Add VSCode IDE files to `.gitignore`
  • Loading branch information
mircearoata authored Aug 9, 2023
2 parents 8264cdf + 74ef67c commit 6296307
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,15 @@ Mods/*/Metadata/Crypto.json
!Mods/SMLEditor/
!Mods/ExampleMod/

# VSCode
**/.vscode/*
**/*.code-workspace
.ignore

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

# Anything below this line should be categorized into a section above instead!

0 comments on commit 6296307

Please sign in to comment.