• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Exclude the Maven local repository but keep the lib directory and the top-level readme, scripts and build config.
2/lib/**
3!/lib/README.txt
4!/lib/install-cldr-jars.sh
5!/lib/pom.xml
6
7# Ignore the default Maven target directory.
8/cldr-to-icu/target
9
10