Search found 1 match

by owenj7920
Tue Nov 23, 2021 6:21 am
Forum: Node.js scripting
Topic: Cannot Make New Job From Empty Folder
Replies: 4
Views: 8979

Re: Cannot Make New Job From Empty Folder

I am also facing this thing but resolved it by using gitignore on node.js. So I am writing all the codes which might be beneficial for everyone - touch data/images/.gitignore git add data/images/.gitignore git commit -m "Add empty .gitignore to keep data/images around" echo data >> .gitign...