15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
# PHP (Laravel) Ignores
|
|
#/laravel_app/vendor/
|
|
#/laravel_app/.env
|
|
.idea/
|
|
# Python Ignores
|
|
/python_app/__pycache__/
|
|
/python_app/*.pyc
|
|
|
|
# R Ignores
|
|
/r_app/*.Rhistory
|
|
/r_app/*.Rdata
|
|
|
|
.DS_Store
|
|
.Rproj.user
|