fix(frontend): remove redundant rules from gitignore

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-11 10:45:01 +01:00
parent 2302447cd9
commit 4e36469baa
No known key found for this signature in database
GPG key ID: B97799103358209B

14
frontend/.gitignore vendored
View file

@ -9,14 +9,6 @@
/.pnp /.pnp
.pnp.* .pnp.*
# package manager
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# testing # testing
/coverage /coverage
@ -54,9 +46,3 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
# IDE
.idea
!.idea/dictionaries/hedgedoc.xml
!.idea/copyright
!.idea/prettier.xml