This commit is contained in:
Martin Folkerts 2023-10-09 22:13:29 +02:00
commit b635dcb4dd

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# 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