forked from kbuntrock/openapi-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (30 loc) · 702 Bytes
/
.gitignore
File metadata and controls
32 lines (30 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
target/
release/
openapi-maven-plugin/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
openapi-maven-plugin/src/test/resources/**/*.received.txt
# WSL / Windows artefacts
**/*:Zone.Identifier
# IDEs and editors
**/.idea/*
!**/.idea/runConfigurations/
!**/.idea/codeStyleSettings.xml
!**/.idea/saveactions_settings.xml
!**/.idea/codeStyles
.idea/*
**/openapi-maven-plugin.iml
!.idea/runConfigurations/
!.idea/codeStyles
!.idea/saveactions_settings.xml
*.prefs
*.classpath
*.project