From 620d62ec48d8660f524577d3b56b7dfd64929db8 Mon Sep 17 00:00:00 2001 From: Gabriel Csollei Date: Sat, 10 Apr 2021 10:11:15 +0100 Subject: [PATCH] Exclude docs and dist folders --- .gitignore | 3 +++ README.md | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad46b308..a38e893a 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +dist +docs diff --git a/README.md b/README.md index 422cdc4d..e4e91256 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # GTools [![NPM](https://nodei.co/npm/gtools.png)](https://www.npmjs.com/package/gtools) -[Documentation](http://htmlpreview.github.io/?https://raw.githubusercontent.com/G43riko/GTools/master/doc/index.html) +[Documentation](https://g43riko.github.io/GTools/) ## Contents @@ -112,5 +112,3 @@ https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/main/java/org/utils/G 5. commit and push data to [github](https://github.com/G43riko/GTools) 6. wait for the build to complete on [travis](https://travis-ci.org/G43riko/GTools) and check for success 7. create new release on [github](https://github.com/G43riko/GTools/releases) - -_Automatic deployed_