expanding the .gitignore #181
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#181
Loading…
Add table
Add a link
Reference in a new issue
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?
Git should ignore libraries and packages for both dotnet and node.js. Packages and the likes should be installed by the developer when setting the environment up.
A gitignore for node, although some of these (like /node_modules for dependencies) already exist in the project repository
Here is one for dotnet
We should probably add one for .sln as well
Ignore last comment, is actually needed for xUnit testing. Should not be a problem as the file is very small!