Skip to content

Commit 888648a

Browse files
authored
Merge pull request #2 from ArnauACR/development
feature(config): project configuration and ignores
2 parents f59564d + d8ef272 commit 888648a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
.husky
3-
.netlify
43
.env

vite.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33

4-
// https://vite.dev/config/
54
export default defineConfig({
65
plugins: [react()],
76
})

0 commit comments

Comments
 (0)