Skip to content

Commit

Permalink
readme and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarreror committed Nov 18, 2020
1 parent 1f4037c commit fc6cad9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Python Interpreter #
######################
desktopApp/app/src/python/*

# desktop application node_modules #
####################################
desktopApp/node_modules/*

# web application node_modules #
################################
webApp/node_modules/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Desarrollo de herramientas computacionales para la clasificación de metabolitos a partir de anotaciones putativas
# Trabajo Fin de Máster: TurboPutative

0 comments on commit fc6cad9

Please sign in to comment.