Update .gitignore for VSCode support #6
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates the
.gitignore
to support VSCode.Ignores files that are autogenerated upon opening VSCode as well as the
bin
folder where builds are output.Closes #5
Not sure if there's anything that can be done about this at this point, but any projects created before this was merged that don't have those lines in the
.gitignore
may want to add them. If any user opens in VSCode, those files will be added and committed if they submit a pull request.¯\_(ツ)_/¯ There's nothing that can be done about that.