Skip to content

Commit

Permalink
Adding placeholder script, so that src/main/groovy will be included i…
Browse files Browse the repository at this point in the history
…n git
  • Loading branch information
imuchnik committed Jan 12, 2016
1 parent f77a35f commit a312209
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,7 +10,6 @@ gradle-app.setting
dist/
.idea/
*.iml
build/
.gradle/

.DS_Store
7 changes: 7 additions & 0 deletions src/main/groovy/placeholder.groovy
@@ -0,0 +1,7 @@
/**
* Created by muchniki on 1/12/16.
*/
class placeholder {
//THIS just a placeholder for now, but this is a good place to put all your helper code
//other than the job scripts itself, because this will automatically be "on the path"
}

0 comments on commit a312209

Please sign in to comment.