mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 10:08:20 +00:00
Update gitignore list (#5258)
* update gitignore * Handle symlink in tar * Add some logs
This commit is contained in:
committed by
techknowlogick
parent
54259e2f88
commit
57a8440db3
@@ -1,3 +1,7 @@
|
||||
## Ignore Umbraco files/folders generated for each instance
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
|
||||
|
||||
# Note: VisualStudio gitignore rules may also be relevant
|
||||
|
||||
# Umbraco
|
||||
@@ -12,8 +16,11 @@
|
||||
|
||||
# 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
|
||||
!**/App_Data/[Pp]ackages/*
|
||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
||||
|
||||
# ImageProcessor DiskCache
|
||||
# ImageProcessor DiskCache
|
||||
**/App_Data/cache/
|
||||
|
||||
# Ignore the Models Builder models out of date flag
|
||||
**/App_Data/Models/ood.flag
|
||||
|
Reference in New Issue
Block a user