diff options
author | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:28:43 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:28:43 -0300 |
commit | d9977d1bdffaacb697f8e3db5094f5bb8c79c8e7 (patch) | |
tree | 049b387f7ecc01cb7950733219fd7c16334eeba0 /community | |
parent | f29f4047a03c0981706d92f5458aa73499e1ce47 (diff) | |
download | gitignore-d9977d1bdffaacb697f8e3db5094f5bb8c79c8e7.tar.gz gitignore-d9977d1bdffaacb697f8e3db5094f5bb8c79c8e7.zip |
add community template for Cordova
Co-Authored-By: Andre Christoga S <christoga@users.noreply.github.com>
Co-Authored-By: Chaoyi Zha <hello@chaoyizha.com>
Diffstat (limited to 'community')
-rw-r--r-- | community/JavaScript/Cordova.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/JavaScript/Cordova.gitignore b/community/JavaScript/Cordova.gitignore new file mode 100644 index 00000000..4bd87859 --- /dev/null +++ b/community/JavaScript/Cordova.gitignore @@ -0,0 +1,10 @@ +# gitignore template for the Cordova framework +# website: https://cordova.apache.org/ +# +# Recommended template: Node.gitignore + +# App platform binaries and built files +/platforms + +# Optional to ignore plugin Git clones +#/plugins |