Created
July 31, 2013 19:38
-
-
Save dav/6125412 to your computer and use it in GitHub Desktop.
The .gitignore for tracking your Jenkins home dir into git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.owner | |
*.log | |
*.key | |
jobs/**/builds | |
jobs/**/lastStable | |
jobs/**/lastSuccessful | |
jobs/**/nextBuildNumber | |
log | |
plugins | |
*.bak | |
updates | |
war | |
workspace | |
userContent/screen* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment