21 lines
251 B
Plaintext
21 lines
251 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
|
|
|
|
# Data and output files
|
|
*.tif
|
|
*.csv
|
|
*.txt
|
|
*.docx
|