mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 06:54:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			89 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
# Visual Studio Code
 | 
						|
/.vscode
 | 
						|
!/.vscode/extensions.json
 | 
						|
 | 
						|
# Intelij-IDEA
 | 
						|
/.idea
 | 
						|
 | 
						|
# Node.js
 | 
						|
node_modules
 | 
						|
report.*.json
 | 
						|
 | 
						|
# Yarn
 | 
						|
.yarn/*
 | 
						|
!.yarn/patches
 | 
						|
!.yarn/plugins
 | 
						|
!.yarn/releases
 | 
						|
!.yarn/sdks
 | 
						|
!.yarn/versions
 | 
						|
packages/frontend/.yarn/cache
 | 
						|
packages/backend/.yarn/cache
 | 
						|
packages/sw/.yarn/cache
 | 
						|
 | 
						|
# pnpm
 | 
						|
.pnpm-store
 | 
						|
 | 
						|
# eslint
 | 
						|
**/.eslintcache
 | 
						|
 | 
						|
# Cypress
 | 
						|
cypress/screenshots
 | 
						|
cypress/videos
 | 
						|
 | 
						|
# Coverage
 | 
						|
coverage
 | 
						|
 | 
						|
# config
 | 
						|
/.config/*
 | 
						|
!/.config/example.yml
 | 
						|
!/.config/test-example.yml
 | 
						|
!/.config/docker_example.yml
 | 
						|
!/.config/docker_example.env
 | 
						|
!/.config/cypress-devcontainer.yml
 | 
						|
docker-compose.yml
 | 
						|
./compose.yml
 | 
						|
.devcontainer/compose.yml
 | 
						|
!/.devcontainer/compose.yml
 | 
						|
 | 
						|
# misskey
 | 
						|
/build
 | 
						|
built
 | 
						|
built-test
 | 
						|
js-built
 | 
						|
/data
 | 
						|
/.cache-loader
 | 
						|
/db
 | 
						|
/meili_data
 | 
						|
npm-debug.log
 | 
						|
*.pem
 | 
						|
run.bat
 | 
						|
api-docs.json
 | 
						|
*.log
 | 
						|
/redis
 | 
						|
*.code-workspace
 | 
						|
.DS_Store
 | 
						|
/files
 | 
						|
ormconfig.json
 | 
						|
temp
 | 
						|
/packages/frontend/src/**/*.stories.ts
 | 
						|
tsdoc-metadata.json
 | 
						|
misskey-assets
 | 
						|
 | 
						|
# Vite temporary files
 | 
						|
vite.config.js.timestamp-*
 | 
						|
vite.config.ts.timestamp-*
 | 
						|
vite.config.local-dev.js.timestamp-*
 | 
						|
vite.config.local-dev.ts.timestamp-*
 | 
						|
 | 
						|
# blender backups
 | 
						|
*.blend1
 | 
						|
*.blend2
 | 
						|
*.blend3
 | 
						|
*.blend4
 | 
						|
*.blend5
 | 
						|
 | 
						|
# VSCode addon
 | 
						|
.favorites.json
 | 
						|
 | 
						|
# Sharkey
 | 
						|
/packages/megalodon/lib
 |