mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-10-31 12:32:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			319 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			319 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .babelrc
 | |
| .eslintrc
 | |
| .editorconfig
 | |
| node_modules
 | |
| .DS_Store
 | |
| examples
 | |
| tests
 | |
| .code.yml
 | |
| reports
 | |
| tsconfig.json
 | |
| vite.config.ts
 | |
| 
 | |
| # local env files
 | |
| .env.local
 | |
| .env.*.local
 | |
| 
 | |
| # Log files
 | |
| npm-debug.log*
 | |
| pnpm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # Editor directories and files
 | |
| .idea
 | |
| .vscode
 | |
| *.suo
 | |
| *.ntvs*
 | |
| *.njsproj
 | |
| *.sln
 | |
| *.sw?
 |