Add remaining templates (languages, frameworks, IDEs, OS)
This commit is contained in:
27
src/gitignore_cli/templates/fastapi.yaml
Normal file
27
src/gitignore_cli/templates/fastapi.yaml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: fastapi
|
||||||
|
category: framework
|
||||||
|
description: FastAPI web framework
|
||||||
|
patterns: |
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
|
||||||
|
# Coverage
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
.pytest_cache/
|
||||||
|
.tox/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user