Update parent to latest version
[reguloj.git] / .gitignore
blob7dd4044570309ac8643cf78ade2b8dec3e854483
1 # SPDX-FileCopyrightText: The reguloj Authors
2 # SPDX-License-Identifier: 0BSD
4 ########################################################################################################################
5 # Java GitIgnore                                                                                                       #
6 # Based on: https://github.com/toptal/gitignore/blob/master/templates/Java.gitignore                                   #
7 ########################################################################################################################
9 # Compiled class file
10 *.class
12 # Log file
13 *.log
15 # BlueJ files
16 *.ctxt
18 # Mobile Tools for Java (J2ME)
19 .mtj.tmp/
21 # Package Files #
22 *.jar
23 *.war
24 *.nar
25 *.ear
26 *.zip
27 *.tar.gz
28 *.rar
30 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
31 hs_err_pid*
32 replay_pid*
34 ########################################################################################################################
35 # Maven GitIgnore                                                                                                      #
36 # Based on: https://github.com/toptal/gitignore/blob/master/templates/Maven.gitignore                                  #
37 ########################################################################################################################
39 target/
40 pom.xml.tag
41 pom.xml.releaseBackup
42 pom.xml.versionsBackup
43 pom.xml.next
44 release.properties
45 dependency-reduced-pom.xml
46 buildNumber.properties
47 .mvn/timing.properties
49 ########################################################################################################################
50 # JetBrains IntelliJ IDEA GitIgnore                                                                                    #
51 # Based on: https://github.com/toptal/gitignore/blob/master/templates/JetBrains.gitignore                              #
52 ########################################################################################################################
54 # User-specific stuff
55 .idea/**/workspace.xml
56 .idea/**/tasks.xml
57 .idea/**/misc.xml
58 .idea/**/usage.statistics.xml
59 .idea/**/dictionaries
60 .idea/**/shelf
62 # AWS User-specific
63 .idea/**/aws.xml
65 # Generated files
66 .idea/**/contentModel.xml
68 # Sensitive or high-churn files
69 .idea/**/dataSources/
70 .idea/**/dataSources.ids
71 .idea/**/dataSources.local.xml
72 .idea/**/dataSources.xml
73 .idea/**/sqlDataSources.xml
74 .idea/**/sqldialects.xml
75 .idea/**/dynamic.xml
76 .idea/**/uiDesigner.xml
77 .idea/**/dbnavigator.xml
79 # Random stuff
80 .idea/**/libraries-with-intellij-classes.xml
81 .idea/**/encodings.xml
83 # Markdown
84 .idea/markdown.xml
86 # VCS
87 .idea/vcs.xml
89 # Gradle
90 .idea/**/gradle.xml
91 .idea/**/libraries
93 # Gradle and Maven with auto-import
94 .idea/artifacts
95 .idea/compiler.xml
96 .idea/jarRepositories.xml
97 .idea/modules.xml
98 .idea/*.iml
99 .idea/modules
100 *.iml
101 *.ipr
103 # CMake
104 cmake-build-*/
106 # Mongo Explorer plugin
107 .idea/**/mongoSettings.xml
109 # File-based project format
110 *.iws
112 # IntelliJ
113 out/
115 # mpeltonen/sbt-idea plugin
116 .idea_modules/
118 # JIRA plugin
119 atlassian-ide-plugin.xml
121 # Cursive Clojure plugin
122 .idea/replstate.xml
124 # SonarLint plugin
125 .idea/sonarlint/
127 # Crashlytics plugin (for Android Studio and IntelliJ)
128 com_crashlytics_export_strings.xml
129 crashlytics.properties
130 crashlytics-build.properties
131 fabric.properties
133 # Editor-based Rest Client
134 .idea/httpRequests
136 # Android studio 3.1+ serialized cache file
137 .idea/caches/build_file_checksums.ser