SmartCane/.gitignore
Martin Folkerts 78e6567182 wip
2023-10-10 17:02:35 +02:00

14 lines
183 B
Plaintext

# PHP (Laravel) Ignores
#/laravel_app/vendor/
#/laravel_app/.env
# Python Ignores
/python_app/__pycache__/
/python_app/*.pyc
# R Ignores
/r_app/*.Rhistory
/r_app/*.Rdata
.DS_Store