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