Files
rest-samples/.gitignore
Nick Alteen 5a1ab2a455 Addition of batch pass creation examples
* 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
2022-09-01 13:11:25 -04:00

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