Skip to content

Instantly share code, notes, and snippets.

@taylorsmith
Created June 6, 2012 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taylorsmith/2883529 to your computer and use it in GitHub Desktop.
Save taylorsmith/2883529 to your computer and use it in GitHub Desktop.
Umbraco .gitignore
#
# Misc.
#
.DS_Store
._*
.Spotlight-V100
.Trashes
Thumbs.db
Desktop.ini
*.orig
.sass-cache/
#
# Other Version Control Directories
#
.svn
.hg
.hgignore
#
# Visual Studio
#
[Dd]ebug/
[Bb]uild/
[Rr]elease/
[Bb]in/
[Oo]bj/
*.aps
*.bak
*.build.csdef
*.cache
*.ilk
*.lib
*.log
*.meta
*.ncb
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.scc
*.sln.docstates
*.suo
*.tlb
*.tlh
*.tli
*.tmp
*.user
*.vspscc
*.[Pp]ublish.xml
*_i.c
*_p.c
.builds
#
# Umbraco
#
src/{{ client }}.Umbraco/App_Data/TEMP/
src/{{ client }}.Umbraco/App_Data/preview/
src/{{ client }}.Umbraco/App_Data/umbraco.config
src/{{ client }}.Umbraco/aspnet_client/
src/{{ client }}.Umbraco/media/
#
# Compiled Assets
#
src/{{ client }}.Umbraco/scripts/application.js
src/{{ client }}.Umbraco/css/application.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment