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