From 98dfbef192e7e0d33d1db9b20587e6ce580df4ff Mon Sep 17 00:00:00 2001 From: Alexandre Santos Date: Sun, 15 Jan 2023 12:56:20 -0300 Subject: [PATCH 1/3] alexandre santos --- .idea/.gitignore | 5 +++++ .idea/developer-portfolios.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 1 + 5 files changed, 32 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/developer-portfolios.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/developer-portfolios.iml b/.idea/developer-portfolios.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/developer-portfolios.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bffbdf5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index e718c38..b5b194c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Alestor Aldous](http://alestor123.github.io/) - [Alex Michailidis](https://alexandros.tech/) - [Alexander Schmidt](https://alexanderschmidt.info/) +- [Alexandre Santos](https://alexandresantosal91.github.io) - [Alexey Golub](http://tyrrrz.me) - [Alfred Dagenais](https://alfreddagenais.com) - [Ali Spittel](http://alispit.tel) From 1e4fd7138d5969585b7fee5c6662588a564bfeef Mon Sep 17 00:00:00 2001 From: Alexandre Santos <122564125+alexandresantosal91@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:48:21 -0300 Subject: [PATCH 2/3] Delete .gitignore --- .idea/.gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ From 76063656efb55a78f232c5649afcf1e084c56bdd Mon Sep 17 00:00:00 2001 From: Alexandre Santos <122564125+alexandresantosal91@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:48:43 -0300 Subject: [PATCH 3/3] Delete developer-portfolios.iml --- .idea/developer-portfolios.iml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .idea/developer-portfolios.iml diff --git a/.idea/developer-portfolios.iml b/.idea/developer-portfolios.iml deleted file mode 100644 index 0c8867d..0000000 --- a/.idea/developer-portfolios.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file