0

What would I write in my .gitignore file to make it so the CIS440_Env folder is ignored?

enter image description here

undetected
  • 77
  • 5
  • Duplicate of [this](https://stackoverflow.com/questions/343646/ignoring-directories-in-git-repositories-on-windows) – crissal Feb 01 '21 at 18:21

1 Answers1

2

Just add the name of the folder as a new line in your .gitignore:

CIS440_Env/

Guillaume
  • 1,956
  • 1
  • 7
  • 9