SmartCane/.gitignore
Martin Folkerts b635dcb4dd wip
2023-10-09 22:13:29 +02:00

12 lines
172 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