Split URL properties into prefix/suffix
[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
20 ### STS ###
21 .apt_generated
22 .classpath
23 .factorypath
24 .project
25 .settings
26 .springBeans
27 .sts4-cache
28
29 ### IntelliJ IDEA ###
30 .idea
31 *.iws
32 *.iml
33 *.ipr
34
35 ### NetBeans ###
36 /nbproject/private/
37 /nbbuild/
38 /dist/
39 /nbdist/
40 /.nb-gradle/
41 /build/
42
43 ### visual studio ###
44 .vs
45 **/.vscode
46
47 # OSx cruft
48 **/.DS_Store