Skip to content

Commit 8e8ff76

Browse files
committed
removing output dir and adding .gitignore
1 parent 676deae commit 8e8ff76

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.gitignore

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### SAM template
3+
# gitignore template for AWS Serverless Application Model project
4+
# website: https://docs.aws.amazon.com/serverless-application-model
5+
6+
# Ignore build folder
7+
.aws-sam/
8+
9+
### Kotlin template
10+
# Compiled class file
11+
*.class
12+
13+
# Log file
14+
*.log
15+
16+
# BlueJ files
17+
*.ctxt
18+
19+
# Mobile Tools for Java (J2ME)
20+
.mtj.tmp/
21+
22+
# Package Files #
23+
*.jar
24+
*.war
25+
*.nar
26+
*.ear
27+
*.zip
28+
*.tar.gz
29+
*.rar
30+
31+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
32+
hs_err_pid*
33+
34+
### Java template
35+
# Compiled class file
36+
*.class
37+
38+
# Log file
39+
*.log
40+
41+
# BlueJ files
42+
*.ctxt
43+
44+
# Mobile Tools for Java (J2ME)
45+
.mtj.tmp/
46+
47+
# Package Files #
48+
*.jar
49+
*.war
50+
*.nar
51+
*.ear
52+
*.zip
53+
*.tar.gz
54+
*.rar
55+
56+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
57+
hs_err_pid*
58+
Binary file not shown.

0 commit comments

Comments
 (0)