aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.gitignore
blob: f106666ad3779db8967de87d63707a87342c45bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# webpack
.awcache/

# tests
src/test/json/**/*.png
lcov.info
coverage/
.nyc_output

# eslint
eslint-report.json

# yarn
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# turborepo
.turbo/