source: .gitignore@ 7987457

Last change on this file since 7987457 was c388524, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

removed pom.xml from gitignore

  • Property mode set to 100644
File size: 583 bytes
Line 
1
2*.java.hsp
3*.sonarj
4*.sw*
5.DS_Store
6.settings
7.springBeans
8bin
9build.sh
10integration-repo
11ivy-cache
12jxl.log
13jmx.log
14derby.log
15spring-test/test-output/
16.gradle
17argfile*
18activemq-data/
19
20classes/
21/build
22buildSrc/build
23/spring-*/build
24/spring-core/kotlin-coroutines/build
25/framework-bom/build
26/integration-tests/build
27/src/asciidoc/build
28target/
29
30# Eclipse artifacts, including WTP generated manifests
31.classpath
32.project
33spring-*/src/main/java/META-INF/MANIFEST.MF
34
35# IDEA artifacts and output dirs
36*.iml
37*.ipr
38*.iws
39.idea
40out
41test-output
42atlassian-ide-plugin.xml
43.gradletasknamecache
Note: See TracBrowser for help on using the repository browser.