Open bfv opened 4 years ago
Since we have both src/lib and lib in the project and lib/ is in gitignore new files added in src/lib are not picked up by git. Changing the build output destination to dist gives the possibility to remove the git ignore on lib/
src/lib
lib
gitignore
dist
lib/
Since we have both
src/lib
andlib
in the project and lib/ is ingitignore
new files added insrc/lib
are not picked up by git. Changing the build output destination todist
gives the possibility to remove the git ignore onlib/