 a71cabbd53
			
		
	
	
		a71cabbd53
		
	
	
	
	
		
			
			* add 'npm' and 'npm-update' make targets and lockfile - `make npm` installs and updates node_modules, triggered automatically on `make css` and `make js` as it completes reasonably fast and ensures consistent modules. - `make npm-update` updates all dependencies to their latest version, regenerates `node_modules` from scratch and updates `package-lock.json`. It uses npm modules `updates` written by yours truly to find the latest version of each dependency. * add suggested make dependencies * remove package-lock.json during npm-update * regenerate package-lock.json
		
			
				
	
	
		
			79 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Compiled Object files, Static and Dynamic libs (Shared Objects)
 | |
| *.o
 | |
| *.a
 | |
| *.so
 | |
| 
 | |
| # Folders
 | |
| _obj
 | |
| _test
 | |
| 
 | |
| # IntelliJ
 | |
| .idea
 | |
| 
 | |
| # MS VSCode
 | |
| .vscode
 | |
| 
 | |
| # 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
 | |
| 
 | |
| # Snapcraft
 | |
| snap/.snapcraft/
 | |
| parts/
 | |
| stage/
 | |
| prime/
 | |
| *.snap
 | |
| *.snap-build
 | |
| *_source.tar.bz2
 |