I have a .gitignore
file in this directory
/Users/keatooon/pos_dev
I want to ignore all files in this folder and also files in subfolders of this directory /Users/keatooon/pos_dev/apps/POS/ipad/native/www
:
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/default
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/default/app
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/default/dist
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/default/images
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/default/ionic
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/default/index.html
/Users/keatooon/pos_dev/apps/POS/ipad/native/www/skinLoader.html
How to do it?
I've tried to add all these in .gitignore
file but it couldn't work:
apps/POS/ipad/native/www/default/
apps/POS/ipad/native/www/*