Closed corot closed 2 years ago
Maybe just exclude all hidden files (except for stuff like gitignore ofc)? Otherwise we'll have to list multiple files per IDE (e.g. .vscode
for vscode stuff)
# Hidden files for different IDE (exclude this file)
!.gitignore
.*
Something else we should git-ignore?