We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.x
1 parent 20bf938 commit d4ba87dCopy full SHA for d4ba87d
.gitignore
@@ -12,20 +12,26 @@
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
-bin/
16
-.cache-main
17
-.cache-tests
18
-.classpath
19
-.factorypath
20
-felix-cache/
+
+.project
21
.idea
22
**/*.iml
23
/.metadata/
24
/.mvn/wrapper/maven-wrapper.jar
+.flattened-pom.xml
25
.project
26
.settings
27
.surefire-*
28
**/target
29
target/
+.settings
+.classpath
+.cache-main
30
+.cache-tests
31
.toDelete
32
+.factorypath
33
+.surefire-*
34
velocity.log
35
+felix-cache/
36
+/.metadata/
37
+.DS_Store
0 commit comments