SmartCane/.gitignore
2023-12-12 11:20:05 +01:00

15 lines
195 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
.Rproj.user