aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.gitignore
blob: 33a00eab2a5bc7956afeffef63ae29ddd54da5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# nodeJS downloaded by Maven
node/

# nodeJS dependencies
node_modules/

# npm logs
npm-debug.log*
npm.tar.gz

# VS Code
.vscode/

# build
build/
src/main/webapp/js/
src/main/webapp/css/
src/main/webapp/index.html
src/main/webapp/WEB-INF/lib/*.jar

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