use standard [.gitignore] file
This commit is contained in:
		
							parent
							
								
									9e7850e49b
								
							
						
					
					
						commit
						0453eab059
					
				
							
								
								
									
										68
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										68
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,7 +1,63 @@
 | 
				
			|||||||
# 以'#'开始的行,被视为注释.                                                                                                                          
 | 
					# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | 
				
			||||||
node_modules
 | 
					
 | 
				
			||||||
package-lock.json
 | 
					node_modules/
 | 
				
			||||||
.vscode
 | 
					/test/unit/coverage/
 | 
				
			||||||
.svn
 | 
					/test/e2e/reports/
 | 
				
			||||||
~*
 | 
					.svn/
 | 
				
			||||||
 | 
					.idea/
 | 
				
			||||||
 | 
					.sass-cache/
 | 
				
			||||||
 | 
					.deploy_git/
 | 
				
			||||||
.gitattributes
 | 
					.gitattributes
 | 
				
			||||||
 | 
					_desktop.ini
 | 
				
			||||||
 | 
					.DS_Store
 | 
				
			||||||
 | 
					.thumbnails
 | 
				
			||||||
 | 
					Thumbs.db
 | 
				
			||||||
 | 
					thumbs.db
 | 
				
			||||||
 | 
					.umi
 | 
				
			||||||
 | 
					.umi-production
 | 
				
			||||||
 | 
					npm-debug.log*
 | 
				
			||||||
 | 
					yarn-debug.log*
 | 
				
			||||||
 | 
					yarn-error.log*
 | 
				
			||||||
 | 
					selenium-debug.log
 | 
				
			||||||
 | 
					package-lock.json
 | 
				
			||||||
 | 
					*.iml
 | 
				
			||||||
 | 
					*.njsproj
 | 
				
			||||||
 | 
					*.ntvs*
 | 
				
			||||||
 | 
					*.sln
 | 
				
			||||||
 | 
					*.suo
 | 
				
			||||||
 | 
					._*
 | 
				
			||||||
 | 
					.$*
 | 
				
			||||||
 | 
					~$*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.bashrc_custom
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# hexo
 | 
				
			||||||
 | 
					db.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# 客户端 uniapp 项目
 | 
				
			||||||
 | 
					/unpackage/dist
 | 
				
			||||||
 | 
					/unpackage/release
 | 
				
			||||||
 | 
					/unpackage/cache
 | 
				
			||||||
 | 
					/_archive/*
 | 
				
			||||||
 | 
					/_datastore/*
 | 
				
			||||||
 | 
					/_logstore/*
 | 
				
			||||||
 | 
					/_filestore/*
 | 
				
			||||||
 | 
					/_webroot/*
 | 
				
			||||||
 | 
					/dist/
 | 
				
			||||||
 | 
					*.apk
 | 
				
			||||||
 | 
					*.min.js
 | 
				
			||||||
 | 
					*.min.css
 | 
				
			||||||
 | 
					*.min.html
 | 
				
			||||||
 | 
					/pages4loader.json5
 | 
				
			||||||
 | 
					envar-web-custom.js
 | 
				
			||||||
 | 
					envar-deploy-secret.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# hexo 项目
 | 
				
			||||||
 | 
					public/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# 服务端(server or uniapp-uniCloud)项目
 | 
				
			||||||
 | 
					envar-base-custom.js
 | 
				
			||||||
 | 
					envar-base-dynamic.js
 | 
				
			||||||
 | 
					envar-base-secret.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					!.gitkeep
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user