Bump gradle/wrapper-validation-action from 2 to 3
[yosql.git] / .gitignore
blobdb9bb494c4faf5ac20e3c8d12d7b9186af45aff5
1 ########################################################################################################################
2 # Java GitIgnore                                                                                                       #
3 # Based on: https://github.com/toptal/gitignore/blob/master/templates/Java.gitignore                                   #
4 ########################################################################################################################
6 # Compiled class file
7 *.class
9 # Log file
10 *.log
12 # BlueJ files
13 *.ctxt
15 # Mobile Tools for Java (J2ME)
16 .mtj.tmp/
18 # Package Files #
19 *.jar
20 *.war
21 *.nar
22 *.ear
23 *.zip
24 *.tar.gz
25 *.rar
27 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
28 hs_err_pid*
29 replay_pid*
31 ########################################################################################################################
32 # Gradle GitIgnore                                                                                                     #
33 # Based on: https://github.com/toptal/gitignore/blob/master/templates/Gradle.gitignore                                 #
34 ########################################################################################################################
36 .gradle
37 **/build/
38 !src/**/build/
40 # Ignore Gradle GUI config
41 gradle-app.setting
43 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
44 !gradle-wrapper.jar
46 # Avoid ignore Gradle wrappper properties
47 !gradle-wrapper.properties
49 # Cache of project
50 .gradletasknamecache
52 ########################################################################################################################
53 # Maven GitIgnore                                                                                                      #
54 # Based on: https://github.com/toptal/gitignore/blob/master/templates/Maven.gitignore                                  #
55 ########################################################################################################################
57 target/
58 pom.xml.tag
59 pom.xml.releaseBackup
60 pom.xml.versionsBackup
61 pom.xml.next
62 release.properties
63 dependency-reduced-pom.xml
64 buildNumber.properties
65 .mvn/timing.properties
67 ########################################################################################################################
68 # JetBrains IntelliJ IDEA GitIgnore                                                                                    #
69 # Based on: https://github.com/toptal/gitignore/blob/master/templates/JetBrains.gitignore                              #
70 ########################################################################################################################
72 # User-specific stuff
73 .idea/**/workspace.xml
74 .idea/**/tasks.xml
75 .idea/**/misc.xml
76 .idea/**/usage.statistics.xml
77 .idea/**/dictionaries
78 .idea/**/shelf
80 # AWS User-specific
81 .idea/**/aws.xml
83 # Generated files
84 .idea/**/contentModel.xml
86 # Sensitive or high-churn files
87 .idea/**/dataSources/
88 .idea/**/dataSources.ids
89 .idea/**/dataSources.local.xml
90 .idea/**/dataSources.xml
91 .idea/**/sqlDataSources.xml
92 .idea/**/sqldialects.xml
93 .idea/**/dynamic.xml
94 .idea/**/uiDesigner.xml
95 .idea/**/dbnavigator.xml
97 # Random stuff
98 .idea/**/libraries-with-intellij-classes.xml
99 .idea/**/encodings.xml
101 # Markdown
102 .idea/markdown.xml
104 # VCS
105 .idea/vcs.xml
107 # Gradle
108 .idea/**/gradle.xml
109 .idea/**/libraries
111 # Gradle and Maven with auto-import
112 .idea/artifacts
113 .idea/compiler.xml
114 .idea/jarRepositories.xml
115 .idea/modules.xml
116 .idea/*.iml
117 .idea/modules
118 *.iml
119 *.ipr
121 # CMake
122 cmake-build-*/
124 # Mongo Explorer plugin
125 .idea/**/mongoSettings.xml
127 # File-based project format
128 *.iws
130 # IntelliJ
131 out/
133 # mpeltonen/sbt-idea plugin
134 .idea_modules/
136 # JIRA plugin
137 atlassian-ide-plugin.xml
139 # Cursive Clojure plugin
140 .idea/replstate.xml
142 # SonarLint plugin
143 .idea/sonarlint/
145 # Crashlytics plugin (for Android Studio and IntelliJ)
146 com_crashlytics_export_strings.xml
147 crashlytics.properties
148 crashlytics-build.properties
149 fabric.properties
151 # Editor-based Rest Client
152 .idea/httpRequests
154 # Android studio 3.1+ serialized cache file
155 .idea/caches/build_file_checksums.ser
157 ########################################################################################################################
158 # Project specific ignores                                                                                             #
159 ########################################################################################################################
161 /yosql-website/public
162 /yosql-website/.hugo_build.lock
163 /yosql-website/content/configuration/*
164 !/yosql-website/content/configuration/_index.md