bookreader icon indicating copy to clipboard operation
bookreader copied to clipboard

npm script: serve-dev: ignore BookReader folder when running serve-dev

Open SwapnilSoni1999 opened this issue 5 years ago • 1 comments

While running development server. using npm run serve-dev it generates a folder in root project directory named BookReader

So whenever git status is executed in terminal while serve-dev is active or even ran once. It shows unnecessary files and folder to stage in git.

Expected: It should not show generated/compiled files in git stage Solution: adding ./BookReader in .gitignore might solve the issue

SwapnilSoni1999 avatar Mar 15 '21 11:03 SwapnilSoni1999

I've checked it still includes these files because of .gitattributes I wonder why it is included. Any explanation would be helpful. Thanks <3

SwapnilSoni1999 avatar Mar 15 '21 11:03 SwapnilSoni1999