0

I want to ignore file init.js that is inside root directory but not inside lib/apps/<DIR>/ directories, how can I do this?

I've tried:

./init.js

but this don't work.

jcubic
  • 56,835
  • 46
  • 206
  • 357

1 Answers1

3

As @SevenEleven suggested in a comment, /init.js (without the leading dot) works.

sschuberth
  • 26,156
  • 6
  • 93
  • 139