chore(gitignore): added dist/ folder (#101)

This commit is contained in:
Guy Even
2018-07-01 17:53:29 +03:00
committed by mrugesh mohapatra
parent 82f85b032a
commit 08228122cd

3
.gitignore vendored
View File

@ -32,6 +32,9 @@ bower_components
# Compiled binary addons (https://nodejs.org/api/addons.html) # Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release build/Release
# Compiled distribution folder
dist/
# Dependency directories # Dependency directories
node_modules/ node_modules/
jspm_packages/ jspm_packages/