diff options
author | Tien Nguyen <nqtien.dev@gmail.com> | 2018-10-11 11:17:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 11:17:16 +0300 |
commit | 91cd839cbf559c8a02e3ef6c7423d5ee68deb217 (patch) | |
tree | abb71f565cd329faf83936fbc3aa4e5563194bda /.gitignore | |
parent | 6f3e8f6542afb52f418da1cfcf680e5dc014694c (diff) | |
download | vaadin-91cd839cbf559c8a02e3ef6c7423d5ee68deb217.tar.gz vaadin-91cd839cbf559c8a02e3ef6c7423d5ee68deb217.zip |
Prepare for next npm release (#34)
* Prepare for next npm release
* Remove npmignore
The allowlist is declared in package.json
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a24e86 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +target +bower_components
\ No newline at end of file |