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
  • 61,973
  • 54
  • 229
  • 402

1 Answers1

3

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

sschuberth
  • 28,386
  • 6
  • 101
  • 146