Skip to content

Instantly share code, notes, and snippets.

@f000
Created September 23, 2015 12:31
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 f000/c62d614feecd14e43228 to your computer and use it in GitHub Desktop.
Save f000/c62d614feecd14e43228 to your computer and use it in GitHub Desktop.
Umbraco .gitignore with uSync
#################
## Umbraco
#################
# Ignore Umbraco sources
[Bb]in
aspnet_client
App_Browsers
Umbraco
Umbraco_Client
UserControls
WebServices
# Ignore unimportant folders generated by Umbraco
App_Data/ClientDependency/
App_Data/ExamineIndexes/
App_Data/Logs/
App_Data/[Pp]review/
App_Data/TEMP/
App_Data/Cached/
App_Data/cache/
App_Data/umbraco.licensing.log.txt
App_Data/access.config
web.backup.*
# Ignore Umbraco content cache file
App_Data/umbraco.config
# Ignore Umbraco media content
Media
# Ignore uSync Archive
uSync.Archive
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
#################
## Node.js
#################
node_modules
bower_components
**/npm-debug.log
**/.sass-cache
#################
## OS
#################
# Windows
**/Thumbs.db
**/Desktop.ini
# Other OS
**/.DS_Store
**/.Spotlight-V100
**/.Trashes
**/*.orig
#################
## IDE
#################
# Common IDE files
.idea
.tm_properties
.vscode
# Visual Studio
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover
.vs/
# If you have NuGet Package Restore enabled, uncomment this:
#packages/
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
# Visual Studio profiler
*.psess
*.vsp
# ReSharper is a .NET coding add-in
_ReSharper*
# Installshield output folder
[Ee]xpress
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Others
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment