Skip to content

Commit 2986e6a

Browse files
committed
Squashed 'compatibility-suite/pact-compatibility-suite/' changes from 142427dee..3d9389a98
3d9389a98 fix: Add missing fixture file git-subtree-dir: compatibility-suite/pact-compatibility-suite git-subtree-split: 3d9389a984388676182783ca46c5709f40313168
1 parent d872f7a commit 2986e6a

File tree

1,942 files changed

+59
-155111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,942 files changed

+59
-155111
lines changed

.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/compatability-suite.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/gradle.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/issue-comment-created.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/smartbear-issue-label-added.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/trigger_pact_docs_update.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
# Ignore Gradle project-specific cache directory
21
.gradle
2+
**/build/
3+
!src/**/build/
34

4-
# Ignore Gradle build output directory
5-
build
6-
target/
5+
# Ignore Gradle GUI config
6+
gradle-app.setting
77

8-
# IDE files and directories
9-
.idea
10-
.idea_modules
11-
*.iml
12-
.vscode/
8+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
9+
!gradle-wrapper.jar
10+
11+
# Avoid ignore Gradle wrappper properties
12+
!gradle-wrapper.properties
13+
14+
# Cache of project
15+
.gradletasknamecache
16+
17+
# Eclipse Gradle plugin generated files
18+
# Eclipse Core
19+
.project
20+
# JDT-specific (Eclipse Java Development Tools)
21+
.classpath
22+
23+
# Idea project files
24+
.idea/

0 commit comments

Comments
 (0)