I want to ignore *.js, *.json, *.eot, *.woff
etc typescript build files from src\main\webapp
folder only. The *.js and *.json
files from my src\main\java
should not get affected.
Folder structure -
-ProjectRoot
- .tfignore
- ModuleName
- Core
- src
- main
- java
- webapp
Tried many dir combinations with \
and /
but didnt work.
For example,
webapp/*.js
webapp\*.js
/*/webapp/*.js
\*\webapp\*.js