Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	| # Node.js | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .npm | |
| .yarn | |
| # Build outputs | |
| build/ | |
| .svelte-kit/ | |
| dist/ | |
| .output/ | |
| # Development files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # IDE files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Git | |
| .git/ | |
| .gitignore | |
| .gitattributes | |
| .gitmodules | |
| # Docker | |
| Dockerfile* | |
| docker-compose* | |
| .dockerignore | |
| # Logs | |
| *.log | |
| logs/ | |
| log.txt | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| .pytest_cache/ | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| .cache/ | |
| .parcel-cache/ | |
| # Documentation | |
| *.md | |
| docs/ | |
| README* | |
| # Misc | |
| .eslintcache | |
| .prettierignore | |
| # Other build artifacts | |
| *.tgz | |
| *.tar.gz | |
| # Documentation that's not needed in container | |
| README.md | |
| CHANGELOG.md | |
| !LICENSE |