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

36 lines
401 B
Plaintext

# compiled output
/dist
/tmp
/out-tsc
/target
/out
__pycache__
# IDEs and editors
mediarepo-api/.idea
mediarepo-daemon/.idea
mediarepo-ui/.idea
.idae
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# System Files
.DS_Store
Thumbs.db
# other
*.zip
.vscode