mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +00:00 
			
		
		
		
	[skip ci] Updated licenses and gitignores
This commit is contained in:
		@@ -10,6 +10,3 @@ gradle-app.setting
 | 
			
		||||
 | 
			
		||||
# Cache of project
 | 
			
		||||
.gradletasknamecache
 | 
			
		||||
 | 
			
		||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
 | 
			
		||||
# gradle/wrapper/gradle-wrapper.properties
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								options/gitignore/Gretl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								options/gitignore/Gretl
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
# gitignore template for Gretl
 | 
			
		||||
# website: http://gretl.sourceforge.net/
 | 
			
		||||
 | 
			
		||||
# Auto-generated log file is overwritten whenever you start a new session
 | 
			
		||||
session.inp
 | 
			
		||||
 | 
			
		||||
# Auto-generated temporary string code table
 | 
			
		||||
string_table.txt
 | 
			
		||||
@@ -5,6 +5,7 @@ npm-debug.log*
 | 
			
		||||
yarn-debug.log*
 | 
			
		||||
yarn-error.log*
 | 
			
		||||
lerna-debug.log*
 | 
			
		||||
.pnpm-debug.log*
 | 
			
		||||
 | 
			
		||||
# Diagnostic reports (https://nodejs.org/api/report.html)
 | 
			
		||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
 | 
			
		||||
@@ -71,6 +72,7 @@ web_modules/
 | 
			
		||||
# dotenv environment variables file
 | 
			
		||||
.env
 | 
			
		||||
.env.test
 | 
			
		||||
.env.production
 | 
			
		||||
 | 
			
		||||
# parcel-bundler cache (https://parceljs.org/)
 | 
			
		||||
.cache
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										33
									
								
								options/gitignore/SPFx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								options/gitignore/SPFx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
			
		||||
#SharePoint Framework (SPFx)
 | 
			
		||||
# Logs
 | 
			
		||||
logs
 | 
			
		||||
*.log
 | 
			
		||||
npm-debug.log*
 | 
			
		||||
 | 
			
		||||
# Dependency directories
 | 
			
		||||
node_modules
 | 
			
		||||
 | 
			
		||||
# Build generated files
 | 
			
		||||
dist
 | 
			
		||||
lib
 | 
			
		||||
solution
 | 
			
		||||
temp
 | 
			
		||||
*.sppkg
 | 
			
		||||
 | 
			
		||||
# Coverage directory used by tools like istanbul
 | 
			
		||||
coverage
 | 
			
		||||
 | 
			
		||||
# OSX
 | 
			
		||||
.DS_Store
 | 
			
		||||
 | 
			
		||||
# Visual Studio files
 | 
			
		||||
.ntvs_analysis.dat
 | 
			
		||||
.vs
 | 
			
		||||
bin
 | 
			
		||||
obj
 | 
			
		||||
 | 
			
		||||
# Resx Generated Code
 | 
			
		||||
*.resx.ts
 | 
			
		||||
 | 
			
		||||
# Styles Generated Code
 | 
			
		||||
*.scss.ts
 | 
			
		||||
@@ -15,7 +15,7 @@
 | 
			
		||||
**/App_Data/umbraco.config
 | 
			
		||||
 | 
			
		||||
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` 
 | 
			
		||||
## you can find your umbraco version at your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
 | 
			
		||||
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
 | 
			
		||||
## Uncomment this line if you think it fits the way you work on your project.
 | 
			
		||||
## **/[Uu]mbraco/ 
 | 
			
		||||
 | 
			
		||||
@@ -29,4 +29,4 @@
 | 
			
		||||
**/App_Data/cache/
 | 
			
		||||
 | 
			
		||||
# Ignore the Models Builder models out of date flag
 | 
			
		||||
**/App_Data/Models/ood.flag
 | 
			
		||||
**/ood.flag
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,3 @@
 | 
			
		||||
*
 | 
			
		||||
!*/
 | 
			
		||||
!*.*
 | 
			
		||||
*.exe
 | 
			
		||||
*.o
 | 
			
		||||
*.so
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user