bepronetwork / bepro-js

The repository contains a comprehensive documentation of the bepro.network ecosystem as a javascript framework. If you are new to BEPRO, you might want to check out the Website Overview or our public "Start Building" Page.
161 stars 94 forks source link

Remove /build doc content with .gitignore & remove from the gitub repo #35

Open Ruiub3i opened 3 years ago

Ruiub3i commented 3 years ago

Creates a lot of problems having to solve Merges with builds which are irrelevant

The goal is to remove /build to .gitignore & remove from "master"

But the /build should be always done whenever anyone uses bepro-js, so on the "npm i" command

mariuseliassen commented 3 years ago

We should also remove the ".DS_Store" file in root and subfolders.

nodexchange commented 3 years ago

This might be related: https://github.com/bepronetwork/bepro-js/issues/60

riaje commented 3 years ago

@Ruiub3i Seem to be fix by the work of @moshmage in this pull request, check but normally you can close it (see the part "Deals with" in the PR)

https://github.com/bepronetwork/bepro-js/pull/47