java-tutorials/stripe/.gitignore
Luís Soares 4b19cb6bcc Charge a credit card with Stripe (#1556)
* Charge a credit card with Stripe

Spring Boot project that includes Stripe Java library and does a
charge to a credit card.

BAEL-742

* Use ExceptionHandler for Stripe exceptions

BAEL-742

* Show more detail at result page

BAEL-742

* Show more detail at result page

BAEL-742
2017-04-20 07:52:42 -05:00

27 lines
266 B
Plaintext

target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
###
desktop.ini