code.gitea.io/gitea@v1.21.7/options/gitignore/Phoenix (about)

     1  # gitignore template for Phoenix projects
     2  # website: http://www.phoenixframework.org/
     3  #
     4  # Recommended template: Elixir.gitignore
     5  
     6  # Temporary files
     7  /tmp
     8  
     9  # Static artifacts
    10  /node_modules
    11  /assets/node_modules
    12  
    13  # Since we are building assets from web/static,
    14  # we ignore priv/static. You may want to comment
    15  # this depending on your deployment strategy.
    16  /priv/static/
    17  
    18  # Installer-related files
    19  /installer/_build
    20  /installer/tmp
    21  /installer/doc
    22  /installer/deps