pierrelissope commited on
Commit
0beb073
·
1 Parent(s): fef8a16

fix: removed static files from gitignore

Browse files
front/.gitignore CHANGED
@@ -8,8 +8,6 @@ pnpm-debug.log*
8
  lerna-debug.log*
9
 
10
  node_modules
11
- dist
12
- dist-ssr
13
  *.local
14
 
15
  # Editor directories and files
 
8
  lerna-debug.log*
9
 
10
  node_modules
 
 
11
  *.local
12
 
13
  # Editor directories and files
front/dist/assets/index-CwlTocwK.css ADDED
@@ -0,0 +1 @@
 
 
1
+ #root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@tailwind base;@tailwind components;@tailwind utilities;
front/dist/assets/index-PKNFqN2i.js ADDED
The diff for this file is too large to render. See raw diff
 
front/dist/assets/react-CHdo91hT.svg ADDED
front/dist/index.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Vite + React + TS</title>
8
+ <script type="module" crossorigin src="/assets/index-PKNFqN2i.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-CwlTocwK.css">
10
+ </head>
11
+ <body>
12
+ <div id="root"></div>
13
+ </body>
14
+ </html>
front/dist/vite.svg ADDED