We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cd3f2 commit 5df5ce2Copy full SHA for 5df5ce2
.gitignore
@@ -1,14 +1,5 @@
1
-# Ignore build directories and any files generated by the update script.
2
-cpp/build/
3
-cpp/src/phonenumbers/geocoding/geocoding_data.cc
4
-cpp/src/phonenumbers/phonemetadata.pb.*
5
-cpp/src/phonenumbers/phonenumber.pb.*
6
-cpp/test/phonenumbers/geocoding/geocoding_test_data.cc
7
-java/build/
8
-java/demo/war/WEB-INF/classes/
9
-java/demo/war/WEB-INF/lib/
10
-java/**/target/
11
-# Ignore the logs directory
12
-/logs/
13
-# Ignore ourselves because this is not intended to be submitted.
14
-/.gitignore
+target/
+!tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
+build/
+lib/
+generated/
0 commit comments