wip
This commit is contained in:
commit
b635dcb4dd
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal 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
|
||||
Loading…
Reference in a new issue