Changes to .gitignore for VSCode Support #5

Closed
opened 2018-12-23 16:05:55 +00:00 by andy-bond · 1 comment
andy-bond commented 2018-12-23 16:05:55 +00:00 (Migrated from github.com)

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:

#vscode

.settings/
.vscode/
bin/
.classpath
.project

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 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: ``` #vscode .settings/ .vscode/ bin/ .classpath .project ``` 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)
NatoBoram commented 2019-08-08 14:48:02 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#5
No description provided.