Parcourir la source

Add bundle.js to gitignore

Lee Morgan il y a 5 ans
Parent
commit
f05d88bb19
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 node_modules/
-dist/
+dist/
+bundle.js