Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a .tfignore file?

Visual Studio 2017 (v15.9.9).

I can't seem to figure out how to create a .tfignore file. If I do it manually, windows tells me I need to add a file name. And I am not seeing anywhere via the IDE to create one.

I'm used to GIT, where I can right click on a pending check-in file (that has changed) and just select "Ignore". But I don't seem to have that option, despite the fact that all the results I find via Google tell me that I should.

like image 379
Casey Crookston Avatar asked Jan 26 '23 14:01

Casey Crookston


1 Answers

You can create your file as .tfignore.. The last dot will be removed automatically.

like image 54
manaszon Avatar answered Jan 29 '23 03:01

manaszon