Missing .gitignore
file in the generated fable_modules/
folder
#3603
Labels
.gitignore
file in the generated fable_modules/
folder
#3603
Description
fable_modules
folder should have a.gitignore
file generated with**/*
content.However, it seems like this is not the case anymore.
Repro code
dotnet new console -lang f# --name reproBugFableMobules
cd reproBugFableMobules
dotnet new tool-manifest
dotnet tool install fable
dotnet fable
ls -a fable_modules
See that there is no
.gitignore
file.Expected and actual results
Should have a
.gitiginore
file generated.Related information
The text was updated successfully, but these errors were encountered: