mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 10:08:20 +00:00
Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
# Note: VisualStudio gitignore rules may also be relevant
|
||||
|
||||
# Umbraco
|
||||
# Ignore unimportant folders generated by Umbraco
|
||||
**/App_Data/ClientDependency/
|
||||
**/App_Data/ExamineIndexes/
|
||||
**/App_Data/Logs/
|
||||
**/App_Data/[Pp]review/
|
||||
**/App_Data/TEMP/
|
||||
Cached/
|
||||
**/App_Data/NuGetBackup/
|
||||
|
||||
# Ignore Umbraco content cache file
|
||||
**/App_Data/umbraco.config
|
||||
@@ -15,3 +14,6 @@ Cached/
|
||||
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
||||
!**/App_Data/[Pp]ackages/
|
||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
|
||||
|
||||
# ImageProcessor DiskCache
|
||||
**/App_Data/cache/
|
||||
|
Reference in New Issue
Block a user