143 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			143 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
/dist
 | 
						|
 | 
						|
### OSX ###
 | 
						|
.DS_Store
 | 
						|
.AppleDouble
 | 
						|
.LSOverride
 | 
						|
 | 
						|
### SublimeText ###
 | 
						|
# cache files for sublime text
 | 
						|
*.tmlanguage.cache
 | 
						|
*.tmPreferences.cache
 | 
						|
*.stTheme.cache
 | 
						|
 | 
						|
# workspace files are user-specific
 | 
						|
*.sublime-workspace
 | 
						|
 | 
						|
# project files should be checked into the repository, unless a significant
 | 
						|
# proportion of contributors will probably not be using SublimeText
 | 
						|
# *.sublime-project
 | 
						|
 | 
						|
# sftp configuration file
 | 
						|
sftp-config.json
 | 
						|
 | 
						|
# Basics
 | 
						|
*.py[cod]
 | 
						|
__pycache__
 | 
						|
 | 
						|
# Logs
 | 
						|
*.log
 | 
						|
pip-log.txt
 | 
						|
 | 
						|
# Unit test / coverage reports
 | 
						|
.coverage
 | 
						|
.tox
 | 
						|
nosetests.xml
 | 
						|
htmlcov
 | 
						|
coverage.xml
 | 
						|
report.xml
 | 
						|
 | 
						|
# Translations
 | 
						|
*.mo
 | 
						|
 | 
						|
# Pycharm
 | 
						|
.idea
 | 
						|
 | 
						|
# Vim
 | 
						|
 | 
						|
*~
 | 
						|
*.swp
 | 
						|
*.swo
 | 
						|
 | 
						|
# npm
 | 
						|
front/node_modules/
 | 
						|
 | 
						|
# Compass
 | 
						|
.sass-cache
 | 
						|
 | 
						|
# virtual environments
 | 
						|
.env
 | 
						|
 | 
						|
# User-uploaded media
 | 
						|
api/funkwhale_api/media/
 | 
						|
 | 
						|
# Hitch directory
 | 
						|
tests/.hitch
 | 
						|
 | 
						|
# MailHog binary
 | 
						|
mailhog
 | 
						|
 | 
						|
*.sqlite3
 | 
						|
 | 
						|
# Api
 | 
						|
demo/music
 | 
						|
api/music
 | 
						|
api/media
 | 
						|
api/staticfiles
 | 
						|
api/static
 | 
						|
api/.pytest_cache
 | 
						|
api/celerybeat-*
 | 
						|
 | 
						|
# Front
 | 
						|
oldfront/node_modules/
 | 
						|
front/static/translations
 | 
						|
front/node_modules/
 | 
						|
front/dist/
 | 
						|
front/dev-dist/
 | 
						|
front/npm-debug.log*
 | 
						|
front/yarn-debug.log*
 | 
						|
front/yarn-error.log*
 | 
						|
front/tests/unit/coverage
 | 
						|
front/tests/e2e/reports
 | 
						|
front/test_results.xml
 | 
						|
front/coverage/
 | 
						|
front/selenium-debug.log
 | 
						|
 | 
						|
# Vitepress
 | 
						|
front/ui-docs/.vitepress/.vite
 | 
						|
front/ui-docs/.vitepress/cache
 | 
						|
front/ui-docs/.vitepress/dist
 | 
						|
front/ui-docs/public
 | 
						|
 | 
						|
# Docs
 | 
						|
docs/_build
 | 
						|
 | 
						|
#Tauri
 | 
						|
front/tauri/gen
 | 
						|
 | 
						|
/data/
 | 
						|
.state
 | 
						|
.env
 | 
						|
 | 
						|
po/*.po
 | 
						|
docs/swagger
 | 
						|
_build
 | 
						|
*.prof
 | 
						|
 | 
						|
# Docker
 | 
						|
docker-bake.*.json
 | 
						|
metadata.json
 | 
						|
compose/var/test.*
 | 
						|
 | 
						|
# Linting
 | 
						|
.eslintcache
 | 
						|
tsconfig.tsbuildinfo
 | 
						|
 | 
						|
# Nix
 | 
						|
.direnv/
 | 
						|
.envrc
 | 
						|
flake.nix
 | 
						|
flake.lock
 | 
						|
 | 
						|
# VS Code
 | 
						|
.vscode/
 | 
						|
 | 
						|
# Zed
 | 
						|
.zed/
 | 
						|
 | 
						|
# Node version (asdf)
 | 
						|
.tool-versions
 | 
						|
 | 
						|
# Lychee link checker
 | 
						|
.lycheecache
 |