1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-01 11:50:05 +02:00

ignore dist

This commit is contained in:
s2
2019-04-15 15:29:29 +02:00
parent 96dbb27eea
commit 91ce9fe859
4 changed files with 3 additions and 2 deletions

2
.eslintignore Normal file
View File

@@ -0,0 +1,2 @@
node_modules
dist

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/dist

View File

@@ -1 +0,0 @@
#mywidget{border:2px solid red}

View File

@@ -1 +0,0 @@
var spectacularwidget=function(a){a.innerHTML="this is so spectacular!"};window.spectacularwidget=spectacularwidget;