mirror of
https://github.com/google-wallet/rest-samples.git
synced 2026-01-10 05:57:53 -05:00
* Updated .NET and Java file names to be consistent * Corrected indentation in .NET files * Added missing quotes in HTTP request bodies * Updated gradle version for Java examples * Added missing JSON conversion for Java HTTP requests * Added code to generate batch statements
50 lines
563 B
Plaintext
50 lines
563 B
Plaintext
# OS
|
|
.DS_Store
|
|
.vscode
|
|
*.code-workspace
|
|
testing/
|
|
|
|
# Node.js
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Java
|
|
build
|
|
.gradle
|
|
.idea
|
|
*.iml
|
|
local.properties
|
|
.classpath
|
|
.project
|
|
java/lib/
|
|
|
|
# See: https://developers.google.com/wallet/generic/resources/libraries
|
|
java/lib/libwalletobjects_public_java_lib_v1.jar
|
|
|
|
# Python
|
|
*.pyc
|
|
__pycache__
|
|
.venv/
|
|
Pipfile.lock
|
|
*.yapf
|
|
.python-version
|
|
|
|
# .NET
|
|
bin
|
|
obj
|
|
*.sln
|
|
.vs
|
|
|
|
# PHP
|
|
vendor
|
|
composer.lock
|
|
|
|
# See: https://developers.google.com/wallet/generic/resources/libraries
|
|
php/lib/Walletobjects.php
|
|
|
|
# Ruby
|
|
Gemfile.lock
|
|
|
|
# Credentials
|
|
key.json
|