.gitignore: initial commit

This commit is contained in:
Aminda Suomalainen 2023-12-13 18:35:46 +02:00
parent e6111f1b8e
commit c3e3113590
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# All dotfiles
.*
# with the exception of these:
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.pre-commit-config.yaml
# Other ignores
node_modules