diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-07-02 06:51:40 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-07-02 06:51:40 +0700 |
commit | bdb778c8c1387c802927625cdf5192d99295ca4e (patch) | |
tree | 61ae51122ffcc9623fd839a07d13ed89741cfcf3 /.gitignore | |
parent | d9169a66be760e32a7a162b035bfd743e911b986 (diff) | |
download | OneConfig-bdb778c8c1387c802927625cdf5192d99295ca4e.tar.gz OneConfig-bdb778c8c1387c802927625cdf5192d99295ca4e.tar.bz2 OneConfig-bdb778c8c1387c802927625cdf5192d99295ca4e.zip |
add api validation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -381,6 +381,8 @@ gradle-app.setting # Avoid ignore Gradle wrappper properties !gradle-wrapper.properties +!*.api + # Cache of project .gradletasknamecache |