.github/.gitignore

15 lines
192 B
Plaintext
Raw Normal View History

2023-12-13 17:35:46 +01:00
# All dotfiles
.*
# with the exception of these:
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.pre-commit-config.yaml
2024-06-20 07:52:00 +02:00
!.prettierrc
!.nvmrc
2023-12-13 17:35:46 +01:00
# Other ignores
node_modules
2024-06-20 07:52:00 +02:00
pnpm-lock.yaml