mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(frontend): remove redundant rules from gitignore
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
2302447cd9
commit
4e36469baa
1 changed files with 0 additions and 14 deletions
14
frontend/.gitignore
vendored
14
frontend/.gitignore
vendored
|
@ -9,14 +9,6 @@
|
|||
/.pnp
|
||||
.pnp.*
|
||||
|
||||
# package manager
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
|
@ -54,9 +46,3 @@ yarn-error.log*
|
|||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
!.idea/dictionaries/hedgedoc.xml
|
||||
!.idea/copyright
|
||||
!.idea/prettier.xml
|
||||
|
|
Loading…
Reference in a new issue