You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Dependencies
 | |
| /node_modules
 | |
| 
 | |
| # Production
 | |
| /build
 | |
| 
 | |
| # Generated files
 | |
| .docusaurus
 | |
| .cache-loader
 | |
| 
 | |
| # Folders that are auto-generated using processDocs.js
 | |
| /docs
 | |
| /help
 | |
| /blog
 | |
| /news
 | |
| /i18n
 | |
| 
 | |
| # Misc
 | |
| .DS_Store
 | |
| .env.local
 | |
| .env.development.local
 | |
| .env.test.local
 | |
| .env.production.local
 | |
| 
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # Static files
 | |
| /static/images
 | |
| /static/*.png |