<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What should be in my .gitignore for a new app/add-on? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/What-should-be-in-my-gitignore-for-a-new-app-add-on/m-p/66024#M912</link>
    <description>&lt;P&gt;So we use git for all configuration files and apps for splunk. Here's what we decided on.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
*.DS_Store&lt;BR /&gt;
*local.meta&lt;BR /&gt;
*.csv&lt;BR /&gt;
*.pyo&lt;BR /&gt;
*.idea&lt;BR /&gt;
!&amp;lt;some_static_lookup&amp;gt;.csv&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;.csv -  is ignored if any search are generating lookups &lt;/LI&gt;
&lt;LI&gt;.pyo - any pythongenerated files&lt;/LI&gt;
&lt;LI&gt;local.meta - since this is updated by deployment server&lt;/LI&gt;
&lt;LI&gt;!&lt;SOME_STATIC_LOOKUP&gt;.csv - include any static lookups&lt;/SOME_STATIC_LOOKUP&gt;&lt;/LI&gt;
&lt;LI&gt;.idea- since we work on macs&lt;/LI&gt;
&lt;LI&gt;DS_Store - since we work on macs&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2014 22:02:33 GMT</pubDate>
    <dc:creator>bmacias84</dc:creator>
    <dc:date>2014-08-12T22:02:33Z</dc:date>
    <item>
      <title>What should be in my .gitignore for a new app/add-on?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/What-should-be-in-my-gitignore-for-a-new-app-add-on/m-p/66023#M911</link>
      <description>&lt;P&gt;I'm importing an unmaintained app into my own git repo (there is no upstream, AFAICT) and there are a handful of files that are generated and should be ignored in any working copy?&lt;/P&gt;

&lt;P&gt;This is what I have so far for my .gitignore:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;local/
metadata/local.meta
# Maybe?
viewstates.conf
# This is added automatically when the app is uploaded, isn't it?
default/MANIFEST
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What else?&lt;/P&gt;

&lt;P&gt;I realize this is probably somewhere in the documentation, but it's probably spread over several different sources.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 22:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/What-should-be-in-my-gitignore-for-a-new-app-add-on/m-p/66023#M911</guid>
      <dc:creator>Wilcooley</dc:creator>
      <dc:date>2012-02-06T22:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: What should be in my .gitignore for a new app/add-on?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/What-should-be-in-my-gitignore-for-a-new-app-add-on/m-p/66024#M912</link>
      <description>&lt;P&gt;So we use git for all configuration files and apps for splunk. Here's what we decided on.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
*.DS_Store&lt;BR /&gt;
*local.meta&lt;BR /&gt;
*.csv&lt;BR /&gt;
*.pyo&lt;BR /&gt;
*.idea&lt;BR /&gt;
!&amp;lt;some_static_lookup&amp;gt;.csv&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;.csv -  is ignored if any search are generating lookups &lt;/LI&gt;
&lt;LI&gt;.pyo - any pythongenerated files&lt;/LI&gt;
&lt;LI&gt;local.meta - since this is updated by deployment server&lt;/LI&gt;
&lt;LI&gt;!&lt;SOME_STATIC_LOOKUP&gt;.csv - include any static lookups&lt;/SOME_STATIC_LOOKUP&gt;&lt;/LI&gt;
&lt;LI&gt;.idea- since we work on macs&lt;/LI&gt;
&lt;LI&gt;DS_Store - since we work on macs&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2014 22:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/What-should-be-in-my-gitignore-for-a-new-app-add-on/m-p/66024#M912</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2014-08-12T22:02:33Z</dc:date>
    </item>
  </channel>
</rss>

