Compare commits

..

1 Commits

Author SHA1 Message Date
Alf Sebastian Houge d314ed4a16 Add vscode specific files to gitignore 2022-03-05 19:21:10 +01:00
4 changed files with 4 additions and 1 deletions
+4
View File
@@ -12,6 +12,10 @@
*.out
*.db
# MS VSCode
.vscode
__debug_bin
# Dependency directories (remove the comment below to include it)
# vendor/
assets/*
Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

After

Width:  |  Height:  |  Size: 463 B

-1
View File
@@ -5,7 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>hammond.png" />
<link rel="apple-touch-icon" href="<%= webpackConfig.output.publicPath %>touch-icon.png" />
<title><%= webpackConfig.name %></title>
</head>
<body>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB