Gitignore
Notes on using .gitignore

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
Ian Teda
Adding value by being authentic, creative, disciplined and curious. A husband, father, engineer, explorer and creator.
Notes on using .gitignore
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