1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| /node_modules/*
| /node_modules
| /dist/*
| /dist
| /public/*.mp3
| /*.iml
| /*/*.iml
| /*/*/*.iml
| /.idea/
| /*/*/target/
| /*/target/
|
|
| */target
| *.iml
| /.idea
| *.class
| target/
| .project
| .settings/
| .classpath
| .factorypath
| package-lock.json
| *.zip
|
|