Merge "[REC-74] openstack bluval integration"
[validation.git] / .gitignore
1 bluval/__pycache__
2 docker/manifest-tool
3 *.sw?
4
5 # Compiled class files
6 *.class
7
8 # Maven
9 **/target/
10 pom.xml.tag
11 pom.xml.releaseBackup
12 pom.xml.versionsBackup
13 pom.xml.next
14 release.properties
15 dependency-reduced-pom.xml
16 buildNumber.properties
17 .mvn/timing.properties
18 # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
19 !/.mvn/wrapper/maven-wrapper.jar
20 bin/
21
22 # Log file
23 *.log
24
25 # BlueJ files
26 *.ctxt
27
28 # Mobile Tools for Java (J2ME)
29 .mtj.tmp/
30
31 # Package Files
32 *.jar
33 *.war
34 *.nar
35 *.ear
36 *.zip
37 *.tar.gz
38 *.rar
39
40 # IDE files
41 /.settings/
42 .classpath
43 .project
44 .idea
45 *~
46 pmd-bin-*
47 .vscode
48
49 .*
50 !/.gitignore
51 !/.coafile
52 !/ui/src/main/webapp/.eslintrc
53 # git submodule patching mechanism local artifacts
54 .submodules_*