<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="129187" data-post-id="129187">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="petecorey" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/petecorey/120/15530_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  petecorey
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I put together a new post in my “literate commits” style where I go about building the simplest possible Phoenix application from the ground up, one commit at a time.</p>
<p>Check it out: <a href="http://www.petecorey.com/blog/2019/05/20/minimum-viable-phoenix/" rel="noopener nofollow ugc">Minimum Viable Phoenix</a></p>
<p>I’m pretty excited about this format, and I’m interested to know what people think!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129187" data-batch-url="/posts/batch_likers">
                        8
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/482">Post #481</a>
	                </div>
	            </div>
              <div id="likers-container-129187" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129187"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #481"></div>
  </section>
</div>
    <div class="postbit" id="129204" data-post-id="129204">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="rozerosie" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/rozerosie/120/15412_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  rozerosie
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<h1><a name="p-129204-configuring-distilleryhttpsblogsmartlogicioconfiguring-distillery-1" class="anchor" href="#p-129204-configuring-distilleryhttpsblogsmartlogicioconfiguring-distillery-1" aria-label="Heading link" rel="nofollow"></a><a href="https://blog.smartlogic.io/configuring-distillery/" rel="noopener nofollow ugc">Configuring Distillery</a></h1>
<p>Latest post from Eric over at the SmartLogic blog:<br>
<em>“Following up on our <a href="https://blog.smartlogic.io/deploying-with-distillery-and-docker/" rel="noopener nofollow ugc">last post about generating an Erlang release through Docker</a>, let’s talk about how we configure <a href="https://github.com/bitwalker/distillery" rel="noopener nofollow ugc">Distillery</a> to generate the actual release. Here again I’m using the example of the scripts I use to deploy Grapevine, to give us a real example to look at.”</em></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129204" data-batch-url="/posts/batch_likers">
                        5
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/483">Post #482</a>
	                </div>
	            </div>
              <div id="likers-container-129204" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129204"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #482"></div>
  </section>
</div>
    <div class="postbit" id="129239" data-post-id="129239">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="OvermindDL1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/OvermindDL1/120/2677_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  OvermindDL1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="petecorey" data-post="482" data-topic="150">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/petecorey/48/15530_2.png" class="avatar"> petecorey:</div>
<blockquote>
<p>I put together a new post in my “literate commits” style where I go about building the simplest possible Phoenix application from the ground up, one commit at a time.</p>
<p>Check it out: <a href="http://www.petecorey.com/blog/2019/05/20/minimum-viable-phoenix/" rel="noopener nofollow ugc">Minimum Viable Phoenix </a></p>
<p>I’m pretty excited about this format, and I’m interested to know what people think!</p>
</blockquote>
</aside>
<p>These are always fun ones to read!  ^.^</p>
<p>EDIT:</p>
<p>No clue what a <code>.DS_Store</code> line is doing in your <code>.gitignore</code> file or what it is for?  I don’t see it listed in any of my .gitignore’s that I’ve grabbed from a large variety of git projects.  Should detail why it is there and what it has to do with Elixir?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129239" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/484">Post #483</a>
	                </div>
	            </div>
              <div id="likers-container-129239" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129239"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #483"></div>
  </section>
</div>
    <div class="postbit" id="129240" data-post-id="129240">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>DS_Store is a macOS file that contains folder information. Usually included in global gitignore files!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129240" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/485">Post #484</a>
	                </div>
	            </div>
              <div id="likers-container-129240" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129240"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #484"></div>
  </section>
</div>
    <div class="postbit" id="129241" data-post-id="129241">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="OvermindDL1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/OvermindDL1/120/2677_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  OvermindDL1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Ah, yeah, system-specific junk files like the macos stuff should not go in project <code>.gitignore</code> files, that’s like the Windows icon cache file litter too which that post left out in that case.  Should set that globally by putting it in a global gitignore file, like <code>echo .DS_Store &gt; ~/.gitignore_global</code> and make sure git uses it as the global gitignore via <code>git config --global core.excludesfile ~/.gitignore_global</code>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129241" data-batch-url="/posts/batch_likers">
                        7
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/486">Post #485</a>
	                </div>
	            </div>
              <div id="likers-container-129241" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129241"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #485"></div>
  </section>
</div>
    <div class="postbit" id="129254" data-post-id="129254">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sorentwo" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sorentwo/120/37360_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sorentwo
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Oban Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hmm. I thought git respected a .gitignore in the home folder by default. I have a few things in there (TODO, .DS_Store) and don’t recall ever setting anything in the config.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129254" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/487">Post #486</a>
	                </div>
	            </div>
              <div id="likers-container-129254" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129254"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #486"></div>
  </section>
</div>
    <div class="postbit" id="129299" data-post-id="129299">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="OvermindDL1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/OvermindDL1/120/2677_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  OvermindDL1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hmm, it wasn’t on any of my systems…  Let me check the help file.  ^.^;</p>
<blockquote>
<p>core.excludesfile</p>
<p>In addition to  <em>.gitignore</em>  (per-directory) and  <em>.git/info/exclude</em> , Git looks into this file for patterns of files which are not meant to be tracked. “~/” is expanded to the value of $HOME and “~user/” to the specified user’s home directory. Its default value is $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty, $HOME/.config/git/ignore is used instead. See  <strong>gitignore</strong>(5).</p>
</blockquote>
<p>Ooo, I’m very sure it used to not have a default, but now apparently the default is <code>$XDG_CONFIG_HOME/git/ignore</code> falling back to <code>$HOME/.config/git/ignore</code>.  <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129299" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/488">Post #487</a>
	                </div>
	            </div>
              <div id="likers-container-129299" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129299"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #487"></div>
  </section>
</div>
    <div class="postbit" id="129301" data-post-id="129301">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="hauleth" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/hauleth/120/18942_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  hauleth
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Today I have found this article:</p>
<aside class="onebox allowlistedgeneric" data-onebox-src="https://www.petecorey.com/blog/2019/05/20/minimum-viable-phoenix/">
  <header class="source">
      <img src="https://forum.elixirforum.com/uploads/default/original/2X/d/d0a65630de90fda23ca2569778af3cac430850c0.png" class="site-icon" alt="" data-dominant-color="FF0055" width="16" height="16">

      <a href="https://www.petecorey.com/blog/2019/05/20/minimum-viable-phoenix/" target="_blank" rel="noopener nofollow ugc" title="12:00AM - 20 May 2019">Pete Corey – 20 May 19</a>
  </header>

  <article class="onebox-body">
    <img width="300" height="300" src="https://forum.elixirforum.com/uploads/default/original/2X/3/39dfc8d4e19842f6d125c202ef2d372bd21f029d.png" class="thumbnail onebox-avatar" alt="" data-dominant-color="7D7778">

<h3><a href="https://www.petecorey.com/blog/2019/05/20/minimum-viable-phoenix/" target="_blank" rel="noopener nofollow ugc">Minimum Viable Phoenix</a></h3>

  <p>Let’s walk through the process of building a dead simple Phoenix application from the ground up.</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>

<p>Enjoy.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129301" data-batch-url="/posts/batch_likers">
                        9
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/489">Post #488</a>
	                </div>
	            </div>
              <div id="likers-container-129301" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129301"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #488"></div>
  </section>
</div>
    <div class="postbit" id="129295" data-post-id="129295">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="michallepicki" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  michallepicki
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Love the format. Each section is a commit. You can clone the repo and go through the post using git and run the commands yourself, while reading the blog post in your terminal git history.</p>
<p>It would be awesome to have a similar thing that would be runnable as a test. I would embed commands with expected output. If the output doesn’t match, the test fails. Integrate it into <code>ex_doc</code>. No more outdated “soft” documentation, like Phoenix guides.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129295" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/490">Post #489</a>
	                </div>
	            </div>
              <div id="likers-container-129295" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129295"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #489"></div>
  </section>
</div>
    <div class="postbit" id="129297" data-post-id="129297">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="marciol" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/marciol/120/4223_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  marciol
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/petecorey" rel="nofollow">@petecorey</a> published it on <a href="https://forum.elixirforum.com/t/elixir-blog-posts/150/482" rel="nofollow">Elixir Blog Posts</a>. This is a really interesting article and reminds me of a friend that started over a very simple project in which he used only Plug, but after some time he discovered that he was reinventing Phoenix, so he dropped to regular Phoenix.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="129297" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-blog-posts/150/491">Post #490</a>
	                </div>
	            </div>
              <div id="likers-container-129297" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="129297"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #490"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/150/load_more?page=46">Load more posts (771 remaining)</a>
</div></template></turbo-stream>