Release dashboard image at version 2.1.0
[portal/ric-dashboard.git] / .gitignore
1 # See http://help.github.com/ignore-files/ for more about ignoring files.
2
3 /logs
4
5 # compiled output
6 /dist
7 /tmp
8 /out-tsc
9
10 # dependencies
11 /node
12 /node_modules
13
14 /.classpath
15 /.project
16 /.settings
17 /target/
18 /.mvn/wrapper/maven-wrapper.jar
19 /.tox
20
21 ### STS ###
22 .apt_generated
23 .classpath
24 .factorypath
25 .project
26 .settings
27 .springBeans
28 .sts4-cache
29
30 ### IntelliJ IDEA ###
31 .idea
32 *.iws
33 *.iml
34 *.ipr
35
36 ### NetBeans ###
37 /nbproject/private/
38 /nbbuild/
39 /dist/
40 /nbdist/
41 /.nb-gradle/
42 /build/
43
44 ### visual studio ###
45 .vs
46 **/.vscode
47
48 # OSx cruft
49 **/.DS_Store
50
51 # documentation
52 .tox
53 docs/_build/*
54
55 # JSON internal data
56 dashboard/webapp-backend/app-stats.json