.github/.gitignore

16 lines
209 B
Plaintext
Raw Normal View History

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