mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 16:18:36 +00:00
[skip ci] Updated licenses and gitignores
This commit is contained in:
@@ -2,3 +2,6 @@ _site/
|
||||
.sass-cache/
|
||||
.jekyll-cache/
|
||||
.jekyll-metadata
|
||||
# Ignore folders generated by Bundler
|
||||
.bundle/
|
||||
vendor/
|
||||
|
@@ -34,3 +34,16 @@
|
||||
|
||||
# Ignore the Models Builder models out of date flag
|
||||
**/ood.flag
|
||||
|
||||
# NEW for version 9 .Net 5 (Core)
|
||||
#ignore umbraco backoffice assest from wwwroot
|
||||
**/wwwroot/umbraco/
|
||||
|
||||
#ignore umbraco data/views/settings
|
||||
**/umbraco/
|
||||
|
||||
#include default location for modelsbuilder output
|
||||
!**/umbraco/models
|
||||
|
||||
#include default location for packages
|
||||
!**/umbraco/Data/packages
|
@@ -1,4 +1,4 @@
|
||||
.vscode/
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
|
38
options/gitignore/core
Normal file
38
options/gitignore/core
Normal file
@@ -0,0 +1,38 @@
|
||||
*.swp
|
||||
*.*~
|
||||
project.lock.json
|
||||
.DS_Store
|
||||
*.pyc
|
||||
nupkg/
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
|
||||
# Rider
|
||||
.idea
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
build/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Oo]ut/
|
||||
msbuild.log
|
||||
msbuild.err
|
||||
msbuild.wrn
|
||||
|
||||
# Visual Studio 2015
|
||||
.vs/
|
||||
|
Reference in New Issue
Block a user