1# Exclude the Maven local repository but keep the lib directory and the top-level readme.
2/lib/**
3!/lib/README.txt
4
5# Ignore the default Maven target directory.
6/cldr-to-icu/target
7
8