diff --git a/README.md b/README.md index 7d4eb26..21bf0f5 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,6 @@ dependencies { } ``` -Please use the [vCompat Updater](https://github.com/SourceWriters/vCompatUpdater) to use vCompat in your projects! -An example implementation can be found [here](https://github.com/SourceWriters/vCompatExample) - ## Usage @@ -180,4 +177,4 @@ Project Link: [https://github.com/SourceWriters/vCompat](https://github.com/Sour [issues-shield]: https://img.shields.io/github/issues/SourceWriters/vCompat.svg?style=flat-square [issues-url]: https://github.com/SourceWriters/vCompat/issues [license-shield]: https://img.shields.io/github/license/SourceWriters/vCompat.svg?style=flat-square -[license-url]: https://github.com/SourceWriters/vCompat/blob/master/LICENSE \ No newline at end of file +[license-url]: https://github.com/SourceWriters/vCompat/blob/master/LICENSE diff --git a/vcompat-1_17_R1/.gitignore b/vcompat-1_17_R1/.gitignore new file mode 100644 index 0000000..00d2ab7 --- /dev/null +++ b/vcompat-1_17_R1/.gitignore @@ -0,0 +1,2 @@ +/.apt_generated/ +/.apt_generated_tests/ diff --git a/vcompat-1_18_R1/.gitignore b/vcompat-1_18_R1/.gitignore new file mode 100644 index 0000000..c71ea97 --- /dev/null +++ b/vcompat-1_18_R1/.gitignore @@ -0,0 +1 @@ +/.apt_generated/ diff --git a/vcompat-api/.gitignore b/vcompat-api/.gitignore index e5d0d0e..1fc7e89 100644 --- a/vcompat-api/.gitignore +++ b/vcompat-api/.gitignore @@ -9,4 +9,5 @@ */.gitlab-ci.yml */test/ */dependency-reduced-pom.xml -*.class \ No newline at end of file +*.class +/.apt_generated/ diff --git a/vcompat-core/.gitignore b/vcompat-core/.gitignore index e5d0d0e..9d233f7 100644 --- a/vcompat-core/.gitignore +++ b/vcompat-core/.gitignore @@ -9,4 +9,5 @@ */.gitlab-ci.yml */test/ */dependency-reduced-pom.xml -*.class \ No newline at end of file +*.class +/.apt_generated_tests/ diff --git a/vcompat-legacy/.gitignore b/vcompat-legacy/.gitignore index 226a4f4..562bb7e 100644 --- a/vcompat-legacy/.gitignore +++ b/vcompat-legacy/.gitignore @@ -10,4 +10,5 @@ */test/ */dependency-reduced-pom.xml *.class -*.jar \ No newline at end of file +*.jar +/.apt_generated/