diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae8fda5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Python Interpreter # +###################### +desktopApp/app/src/python/* + +# desktop application node_modules # +#################################### +desktopApp/node_modules/* + +# web application node_modules # +################################ +webApp/node_modules/* diff --git a/README.md b/README.md index 402436c..e1a971f 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Desarrollo de herramientas computacionales para la clasificación de metabolitos a partir de anotaciones putativas +# Trabajo Fin de Máster: TurboPutative