Changes to .gitignore for VSCode Support #5
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#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
I talked with @modmuss50 for some time yesterday on Discord about issues using VSCode to run the fabric-example-mod project, which are still not resolved that I can tell - however, while I was attempting to run the project I did notice some things missing from the
.gitignore
file that should be included for all projects if anyone with VSCode decides to open it.Here are the things I feel should be added to the
.gitignore
file:I found many of these by cloning the project https://github.com/strikerrocker/CraftingStick and then opening the project in VSCode.
(This project I can run using VSCode whereas I cannot with the example project)
I'd like to point out that GitHub has
.gitignore
templates for various languages and editors.https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore