Create Files Without Extensions in Windows

If you use Git for anything you’ve probably had occasion to create a .gitignore file. The gitignore file simply tells Git to ignore specified files or directories that you don’t want managed by version control. But if you’re a Windows user it can appear difficult to create the file. That’s because the file explorer doesn’t …