<?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: Checking a Custom Visual Into Source Control in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1198729#M24546</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/155781"&gt;@cboneill0099&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you're using Git, &lt;A href="https://gist.github.com/dm-p/0a83fcd23702a01f5d00c830ec6defd4" target="_self"&gt;here's a .gitignore file you can use in your project&lt;/A&gt; to ensure that all temp/unnecessary files are excluded (I've had this reviewed by MS as part of certifying a visual).&lt;/P&gt;
&lt;P&gt;As long as your &lt;FONT face="courier new,courier"&gt;package.json&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;package-lock.json&lt;/FONT&gt; contains all dependencies and is committed, you can rebuild your visual locally after cloning the repo by running:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i&lt;/LI-CODE&gt;
&lt;P&gt;...from the root folder of your project. This will scan your &lt;FONT face="courier new,courier"&gt;package*.json&lt;/FONT&gt; files and reconstruct your project's dependencies in the &lt;FONT face="courier new,courier"&gt;node_modules&lt;/FONT&gt; folder.&lt;/P&gt;
&lt;P&gt;This should be all you need, but feel free to ask any other questions and I'll see if I can clarify for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2020 19:25:11 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2020-07-02T19:25:11Z</dc:date>
    <item>
      <title>Checking a Custom Visual Into Source Control</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1198543#M24538</link>
      <description>&lt;P&gt;I have a couple custom visuals I need to check into source control.&amp;nbsp; A while back I read a blog post detailing what folders I can delete and then there is an install command to run that'll get everything I need back when I have to load the project again.&amp;nbsp; It looks like the node_modules and .tmp folders are the ones (just over 8,200 files for this particular project).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me what I have to do here, or point me to where I can read up on it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 16:54:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1198543#M24538</guid>
      <dc:creator>cboneill0099</dc:creator>
      <dc:date>2020-07-02T16:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a Custom Visual Into Source Control</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1198729#M24546</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/155781"&gt;@cboneill0099&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you're using Git, &lt;A href="https://gist.github.com/dm-p/0a83fcd23702a01f5d00c830ec6defd4" target="_self"&gt;here's a .gitignore file you can use in your project&lt;/A&gt; to ensure that all temp/unnecessary files are excluded (I've had this reviewed by MS as part of certifying a visual).&lt;/P&gt;
&lt;P&gt;As long as your &lt;FONT face="courier new,courier"&gt;package.json&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;package-lock.json&lt;/FONT&gt; contains all dependencies and is committed, you can rebuild your visual locally after cloning the repo by running:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i&lt;/LI-CODE&gt;
&lt;P&gt;...from the root folder of your project. This will scan your &lt;FONT face="courier new,courier"&gt;package*.json&lt;/FONT&gt; files and reconstruct your project's dependencies in the &lt;FONT face="courier new,courier"&gt;node_modules&lt;/FONT&gt; folder.&lt;/P&gt;
&lt;P&gt;This should be all you need, but feel free to ask any other questions and I'll see if I can clarify for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 19:25:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1198729#M24546</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-07-02T19:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a Custom Visual Into Source Control</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1203662#M24598</link>
      <description>&lt;P&gt;Thank you, appreciate the info.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:22:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Checking-a-Custom-Visual-Into-Source-Control/m-p/1203662#M24598</guid>
      <dc:creator>cboneill0099</dc:creator>
      <dc:date>2020-07-06T12:22:39Z</dc:date>
    </item>
  </channel>
</rss>

