gitignore updated
This commit is contained in:
parent
a2b91ce14d
commit
a320f1a035
|
@ -28,7 +28,7 @@ _testmain.go
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.realize
|
.realize
|
||||||
|
|
||||||
realize/assets
|
realize/assets/*
|
||||||
docker
|
docker
|
||||||
vendor
|
vendor
|
||||||
bin
|
bin
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<!DOCTYPE html><html ng-app="realize"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800" rel="stylesheet"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><link rel="icon" href="/assets/img/fav.png"><!-- bower:css -->
|
|
||||||
<!-- endinject -->
|
|
||||||
<!-- inject:css -->
|
|
||||||
<link rel="stylesheet" href="/assets/css/app.css">
|
|
||||||
<!-- endinject --><title>Realize</title></head><body ui-view id="main" layout="column"><!-- bower:js -->
|
|
||||||
<!-- endinject -->
|
|
||||||
<!-- inject:js -->
|
|
||||||
<script src="/assets/js/all.min.js"></script>
|
|
||||||
<!-- endinject --></body></html>
|
|
Loading…
Reference in New Issue