- Added Node.js as build dependency and removes build files from git. - Added version checks for both Go and Node.js. - Overhauled the js/css make target to only run when needed. - Merged the `generate` make target into `build` as per suggestion. Fixes: https://github.com/go-gitea/gitea/issues/6782 Fixes: https://github.com/go-gitea/gitea/issues/9216
		
			
				
	
	
		
			83 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
# Compiled Object files, Static and Dynamic libs (Shared Objects)
 | 
						|
*.o
 | 
						|
*.a
 | 
						|
*.so
 | 
						|
 | 
						|
# Folders
 | 
						|
_obj
 | 
						|
_test
 | 
						|
 | 
						|
# IntelliJ
 | 
						|
.idea
 | 
						|
 | 
						|
# MS VSCode
 | 
						|
.vscode
 | 
						|
__debug_bin
 | 
						|
 | 
						|
# Architecture specific extensions/prefixes
 | 
						|
*.[568vq]
 | 
						|
[568vq].out
 | 
						|
 | 
						|
*.cgo1.go
 | 
						|
*.cgo2.c
 | 
						|
_cgo_defun.c
 | 
						|
_cgo_gotypes.go
 | 
						|
_cgo_export.*
 | 
						|
 | 
						|
_testmain.go
 | 
						|
 | 
						|
*.exe
 | 
						|
*.test
 | 
						|
*.prof
 | 
						|
 | 
						|
*coverage.out
 | 
						|
coverage.all
 | 
						|
 | 
						|
/modules/options/bindata.go
 | 
						|
/modules/public/bindata.go
 | 
						|
/modules/templates/bindata.go
 | 
						|
 | 
						|
*.db
 | 
						|
*.log
 | 
						|
 | 
						|
/gitea
 | 
						|
/debug
 | 
						|
/integrations.test
 | 
						|
 | 
						|
/bin
 | 
						|
/dist
 | 
						|
/custom
 | 
						|
/data
 | 
						|
/indexers
 | 
						|
/log
 | 
						|
/public/img/avatar
 | 
						|
/integrations/gitea-integration-mysql
 | 
						|
/integrations/gitea-integration-mysql8
 | 
						|
/integrations/gitea-integration-pgsql
 | 
						|
/integrations/gitea-integration-sqlite
 | 
						|
/integrations/gitea-integration-mssql
 | 
						|
/integrations/indexers-mysql
 | 
						|
/integrations/indexers-mysql8
 | 
						|
/integrations/indexers-pgsql
 | 
						|
/integrations/indexers-sqlite
 | 
						|
/integrations/indexers-mssql
 | 
						|
/integrations/mysql.ini
 | 
						|
/integrations/mysql8.ini
 | 
						|
/integrations/pgsql.ini
 | 
						|
/integrations/mssql.ini
 | 
						|
/node_modules
 | 
						|
/modules/indexer/issues/indexers
 | 
						|
routers/repo/authorized_keys
 | 
						|
/yarn.lock
 | 
						|
/public/js
 | 
						|
/public/css
 | 
						|
 | 
						|
# Snapcraft
 | 
						|
snap/.snapcraft/
 | 
						|
parts/
 | 
						|
stage/
 | 
						|
prime/
 | 
						|
*.snap
 | 
						|
*.snap-build
 | 
						|
*_source.tar.bz2
 | 
						|
.DS_Store
 |