You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
1.4 KiB
108 lines
1.4 KiB
# Created by https://www.gitignore.io/api/eclipse,java,maven |
|
|
|
### Eclipse ### |
|
*.pydevproject |
|
.metadata |
|
.gradle |
|
bin/ |
|
tmp/ |
|
*.tmp |
|
*.bak |
|
*.swp |
|
*~.nib |
|
local.properties |
|
.settings/ |
|
.loadpath |
|
|
|
# Eclipse Core |
|
.project |
|
|
|
# External tool builders |
|
.externalToolBuilders/ |
|
|
|
# Escape dummy_sdk bin folder |
|
!dispatcher.cloud/test/dummy_sdk/bin |
|
|
|
# Locally stored "Eclipse launch configurations" |
|
*.launch |
|
|
|
# CDT-specific |
|
.cproject |
|
|
|
# JDT-specific (Eclipse Java Development Tools) |
|
.classpath |
|
|
|
# Java annotation processor (APT) |
|
.factorypath |
|
|
|
# PDT-specific |
|
.buildpath |
|
|
|
# sbteclipse plugin |
|
.target |
|
|
|
# TeXlipse plugin |
|
.texlipse |
|
|
|
|
|
### Java ### |
|
*.class |
|
|
|
# Mobile Tools for Java (J2ME) |
|
.mtj.tmp/ |
|
|
|
# Package Files # |
|
*.jar |
|
*.war |
|
*.ear |
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
|
hs_err_pid* |
|
|
|
|
|
### Maven ### |
|
target/ |
|
pom.xml.tag |
|
pom.xml.releaseBackup |
|
pom.xml.versionsBackup |
|
pom.xml.next |
|
release.properties |
|
dependency-reduced-pom.xml |
|
buildNumber.properties |
|
.mvn/timing.properties |
|
|
|
|
|
### Vault ### |
|
.vlt |
|
|
|
|
|
### IntelliJ ### |
|
.idea/ |
|
*.iml |
|
|
|
|
|
### Node.js ### |
|
|
|
# Log files |
|
*.log |
|
|
|
# NPM |
|
node_modules/ |
|
yarn.lock |
|
|
|
# Webpack |
|
build/ |
|
dist/ |
|
actions/common/ |
|
|
|
# Frontend Maven Plugin |
|
node/ |
|
|
|
# Tests |
|
coverage/ |
|
reports/ |
|
|
|
# Others |
|
dispatcher/src/conf.d/variables/default.vars |
|
ui.tests.wdio/test-module/assets/form/themes/**/*diff.png |
|
ui.tests.wdio/test-module/assets/form/themes/**/*current.png |