Consider not including the built html file in source control
See original GitHub issueIn general, a repository should include everything required to build a program, but not the built program itself.
Could we remove the docs/index.html
file?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Visual Studio Code source control not showing changes
Open your project with cmd. > cd your-folder-location > code . -n. It worked for me.
Read more >Using Source Control - RAD Studio
Commonly, source control systems only allow you to compare and merge revisions for text-based files, such as source code files, HTML documents, and...
Read more >Version control concepts and best practices
This document is a brief introduction to version control. ... This document covers basics, but it does not go into advanced topics like...
Read more >Use Source Control with Projects - MATLAB & Simulink
The project displays details of the current source control tool and the repository location. If you created a new repository, select the Files...
Read more >Source Control with Git in Visual Studio Code
Using Git source control in VS Code. Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Well, I think you’ll find that’s exactly how it’s set up in my pull request.
Pulled and implemented!