Skip to content

Commit e1852b1

Browse files
authored
Fix (#36)
* update gitignore * update gitignore * update gitignore * update gitignore
1 parent 0c602a3 commit e1852b1

File tree

14 files changed

+26
-840
lines changed

14 files changed

+26
-840
lines changed

hooks/.DS_Store

-6 KB
Binary file not shown.

hooks/.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,28 @@ sam-tests/
130130

131131
rpdk.log*
132132
params.json
133+
134+
# macOS
135+
.DS_Store
136+
._*
137+
138+
# Maven outputs
139+
.classpath
140+
.factorypath
141+
142+
# IntelliJ
143+
*.iml
144+
.idea
145+
out.java
146+
out/
147+
.settings
148+
.project
149+
150+
# auto-generated files
151+
target/
152+
153+
# our logs
154+
rpdk.log*
155+
156+
# contains credentials
157+
sam-tests/

hooks/java-hooks/ec2-volumeencryption-kms/.classpath

Lines changed: 0 additions & 55 deletions
This file was deleted.

hooks/java-hooks/ec2-volumeencryption-kms/.factorypath

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)