aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.gitignore
blob: 6ae9faaac5108d200077096fddcb7b4242e13a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.*