diff --git a/README/DEVELOPING.md b/README/DEVELOPING.md index 35f7eb3..6b0be50 100644 --- a/README/DEVELOPING.md +++ b/README/DEVELOPING.md @@ -10,8 +10,8 @@ In order to load this module properly into the Splunk Add-On builder for develop ``` $ git checkout -b 'my working branch' -$ COPYFILE_DISABLE=1 tar -C .. --exclude=".git" --exclude="local/" --exclude="metadata/local.meta" --exclude="tmpdir" --owner=0 --group=0 -czvf tmpdir/TA-puppet-report-viewer_export.tar.gz TA-puppet-report-viewer -``` + +$ COPYFILE_DISABLE=1 tar -C .. --exclude=".git" --exclude="local/" --exclude="metadata/local.meta" --exclude="tmpdir" --owner=0 --group=0 --exclude=".DS_Store" --exclude=".gitignore" --exclude="default/.DS_Store" --exclude="default/data/.DS_Store" --exclude="default/data/ui/.DS_Store" --exclude=".vscode" -czvf tmpdir/TA-puppet-report-viewer.tar.gz TA-puppet-report-viewer To add your finished work back to the repo: - Export the build from the Splunk Add-On tool