Skip to content

Commit

Permalink
Add S3 example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Miller committed Oct 20, 2023
1 parent 70cc3f6 commit 3bbcdfc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.gradle
/build/
build/
!gradle/wrapper/gradle-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### MacOS ###
.DS_Store

### ActiveMQ ###
**/activemq-data

0 comments on commit 3bbcdfc

Please sign in to comment.