1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add npm-debug.log to gitignore

This commit is contained in:
Paulus Schoutsen
2015-08-30 13:52:31 -07:00
parent 0f2665de28
commit 85cf2e5ab2

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
build/* build/*
node_modules/* node_modules/*
bower_components/* bower_components/*
npm-debug.log