Skip to content
Snippets Groups Projects
Commit 75c50ab4 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

toplevel .gitignore ignored frontend public folder

parent 55f107dc
No related branches found
No related tags found
1 merge request!114Resolve "Frontend Refactor"
Pipeline #78125 passed
......@@ -27,7 +27,7 @@ env/
.venv/
scripts/
coverage_html/
public/
.public/
*.csv
.importer*
*.sublime-*
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<title>Grady</title>
</head>
<body>
<noscript>
<strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment