Gitignore

Notes on using .gitignore

Old Typewritter
Old Typewritter

Note to future self when setting up a new Git repository.

Ignore all dot files by exeption

# By Default, Ignore any .*, except for:
.*
!.gitignore
!.github
!.devcontainer
!.vscode
!.gitmodules