diff --git a/.gitignore b/.gitignore index 9987cf1..4fa4d10 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ env venv testes .DS_Store +.idea diff --git a/aula3/ex/index.js b/aula03/ex/index.js similarity index 100% rename from aula3/ex/index.js rename to aula03/ex/index.js diff --git a/aula3/index.js b/aula03/index.js similarity index 100% rename from aula3/index.js rename to aula03/index.js diff --git a/aula4/comentarios.js b/aula04/comentarios.js similarity index 100% rename from aula4/comentarios.js rename to aula04/comentarios.js diff --git a/aula5/index.html b/aula05/index.html similarity index 97% rename from aula5/index.html rename to aula05/index.html index 6c92d8b..84685d8 100644 --- a/aula5/index.html +++ b/aula05/index.html @@ -7,8 +7,6 @@ - - diff --git a/aula5/js/index.js b/aula05/js/index.js similarity index 100% rename from aula5/js/index.js rename to aula05/js/index.js diff --git a/aula6/index.js b/aula06/index.js similarity index 100% rename from aula6/index.js rename to aula06/index.js diff --git a/aula7/index.js b/aula07/index.js similarity index 100% rename from aula7/index.js rename to aula07/index.js diff --git a/aula8/index.js b/aula08/index.js similarity index 100% rename from aula8/index.js rename to aula08/index.js diff --git a/aula9/index.js b/aula09/index.js similarity index 100% rename from aula9/index.js rename to aula09/index.js