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.
1 parent 3e5c4e1 commit a6d775bCopy full SHA for a6d775b
.gitignore
@@ -1,8 +1,14 @@
1
-/.project
2
-/target
3
-/.settings
4
-/.classpath
5
-/work
6
-/work-backup
+target/
+work*/
+
+# IntelliJ project files
7
*.iml
8
-.idea
+*.ipr
+*.iws
+.idea/
9
10
+# eclipse project file
11
+.settings
12
+.classpath
13
+.project
14
+build/
README.md
@@ -0,0 +1,5 @@
+Jenkins SCM Sync Configuration Plugin
+=====================
+Read more: [https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin](https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin)
0 commit comments