.github/.gitignore

16 lines
209 B
Plaintext
Raw Permalink 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
2024-07-07 08:09:16 +02:00
!.prettierignore
!.nvmrc
2023-12-13 17:35:46 +01:00
# Other ignores
node_modules
2024-06-20 07:52:00 +02:00
pnpm-lock.yaml