Skip to content

Commit

Permalink
Merge pull request #1 from PauloMarquesG/feature/portfolio-react
Browse files Browse the repository at this point in the history
Feature/portfolio react
  • Loading branch information
PauloMarquesG committed Jan 29, 2024
2 parents 21ad8e4 + 55ab8dd commit 8ef65c1
Show file tree
Hide file tree
Showing 54 changed files with 5,889 additions and 669 deletions.
20 changes: 20 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Binary file removed assets/foto-portfolio.png
Binary file not shown.
Binary file removed assets/img/backboxSite.png
Binary file not shown.
Binary file removed assets/img/parallax.jpg
Binary file not shown.
Binary file removed assets/img/paulo.png
Binary file not shown.
Binary file removed assets/img/portfolioSite.png
Binary file not shown.
Binary file removed assets/img/setup.jpg
Binary file not shown.
119 changes: 0 additions & 119 deletions css/web.css

This file was deleted.

5 changes: 0 additions & 5 deletions icon.svg

This file was deleted.

Loading

0 comments on commit 8ef65c1

Please sign in to comment.