Compare commits
	
		
			1 Commits
		
	
	
		
			557cd99b20
			...
			0a0ffbdb23
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0a0ffbdb23 | 
							
								
								
									
										65
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										65
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,66 @@ | |||||||
| dist |  | ||||||
| node_modules | node_modules | ||||||
|  |  | ||||||
|  | # mac | ||||||
| .DS_Store | .DS_Store | ||||||
| .env |  | ||||||
|  | .env* | ||||||
|  | !.env*example | ||||||
|  |  | ||||||
|  | dist | ||||||
|  | build | ||||||
|  | logs | ||||||
|  |  | ||||||
|  | .turbo | ||||||
|  |  | ||||||
|  | pack-dist | ||||||
|  |  | ||||||
|  | # astro | ||||||
|  | .astro | ||||||
|  |  | ||||||
|  | # next | ||||||
|  | .next | ||||||
|  |  | ||||||
|  | # nuxt | ||||||
|  | .nuxt | ||||||
|  |  | ||||||
|  | # vercel | ||||||
|  | .vercel | ||||||
|  |  | ||||||
|  | # vuepress | ||||||
|  | .vuepress/dist | ||||||
|  |  | ||||||
|  | # coverage | ||||||
|  | coverage/ | ||||||
|  |  | ||||||
|  | # typescript | ||||||
|  | *.tsbuildinfo | ||||||
|  |  | ||||||
|  | # debug logs | ||||||
|  | *.log | ||||||
|  | *.tmp | ||||||
|  |  | ||||||
|  | # vscode | ||||||
|  | .vscode/* | ||||||
|  | !.vscode/settings.json | ||||||
|  | !.vscode/tasks.json | ||||||
|  | !.vscode/launch.json | ||||||
|  | !.vscode/extensions.json | ||||||
|  |  | ||||||
|  | # idea | ||||||
|  | .idea | ||||||
|  |  | ||||||
|  | # system | ||||||
|  | Thumbs.db | ||||||
|  | ehthumbs.db | ||||||
|  | Desktop.ini | ||||||
|  |  | ||||||
|  | # temp files | ||||||
|  | *.tmp | ||||||
|  | *.temp | ||||||
|  |  | ||||||
|  | # local development | ||||||
|  | *.local | ||||||
|  |  | ||||||
|  | public/r | ||||||
|  |  | ||||||
|  | .pnpm-store | ||||||
		Reference in New Issue
	
	Block a user