Add .gitignore to branch and add image
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
|
||||
app/less/*.css
|
||||
dist/
|
||||
node_modules/
|
||||
pkg/tmp/
|
||||
pkg/*.nupkg
|
||||
pkg/*.zip
|
||||
|
||||
[Dd]ebug/
|
||||
[Bb]uild/
|
||||
[Rr]elease/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Pp]ackages/
|
||||
|
||||
*.aps
|
||||
*.bak
|
||||
*.backup
|
||||
*.build.csdef
|
||||
*.cache
|
||||
*.ilk
|
||||
*.lib
|
||||
*.log
|
||||
*.meta
|
||||
*.ncb
|
||||
*.obj
|
||||
*.orig
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.scc
|
||||
*.sdf
|
||||
*.sln.docstates
|
||||
*.suo
|
||||
*.tlb
|
||||
*.tlh
|
||||
*.tli
|
||||
*.tmp
|
||||
*.user
|
||||
*.vspscc
|
||||
*.[Pp]ublish.xml
|
||||
*_i.c
|
||||
*_p.c
|
||||
.builds
|
||||
.svn
|
||||
.hg
|
||||
.hgignore
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
+2
-2
@@ -35,11 +35,11 @@
|
||||
<p>Archetype is an Umbraco 7 property editor that wraps other installed property editors. By wrapping the other properties, Archetype allows for custom and repeatable fieldset mashups.</p>
|
||||
|
||||
<p>Checkout some videos of Archetype in action here: <a href="http://blog.imulus.com/kevin-giszewski/umbraco-7-package-preview-archetype">http://blog.imulus.com/kevin-giszewski/umbraco-7-package-preview-archetype</a></p>
|
||||
|
||||
<img class="logo" style="border: 1px solid #ccc;" src="images/example1.png"/>
|
||||
<h2>
|
||||
<a name="installation" class="anchor" href="#installation"><span class="octicon octicon-link"></span></a>Installation</h2>
|
||||
|
||||
<p>Install the <a href="https://github.com/imulus/Archetype/releases">package</a> through the Umbraco package installer or via <a href="http://www.nuget.org/packages/Archetype/">NuGet</a>.</p>
|
||||
<p>Install the latest <a href="https://github.com/imulus/Archetype/releases">package</a> through the Umbraco package installer or via <a href="http://www.nuget.org/packages/Archetype/">NuGet</a>.</p>
|
||||
|
||||
<h2>
|
||||
<a name="basic-configuration" class="anchor" href="#basic-configuration"><span class="octicon octicon-link"></span></a>Basic Configuration</h2>
|
||||
|
||||
Reference in New Issue
Block a user