I want to not igore the file node.exe
but ignore all other .exe files, how can I achieve this?
My code is not working:
# Compiled source #
###################
/build/*
!node.exe
*.exe
*.o
*.so
*.com
*.pdb
*.ini
Reverse the order from:
!node.exe
*.exe
to:
*.exe
!node.exe
The last statement "overwrites" the previous.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With