ytptube/.gitignore
2024-02-02 18:07:24 +03:00

32 lines
425 B
Text

# compiled output
/frontend/dist
# dependencies
/frontend/node_modules
# IDEs and editors
/ui/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/settings.json
.history/*
# Keep Var dir
var/*
!./var/config/.gitkeep
!./var/downloads/.gitkeep
!./var/tmp/.gitkeep
# Misc - python stuff
__pycache__
.venv