You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
235 B

# JS
*.md
*.log
**/node_modules
# System-specific files
.DS_Store
**/.DS_Store
# Docker
docker-compose.*
env.d
.env*
# Docs
docs
*.md
*.log
# Development/test cache & configurations
.cache
.circleci
.git
.vscode
.idea
.mypy_cache