-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
84 lines (72 loc) · 916 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# OS Files
.DS_Store
Thumbs.db
# Editor/IDE
.idea/
*.iml
*.ipr
*.iws
# Gradle
.gradle/
build/
buildSrc/.gradle/
buildSrc/build/
# Kotlin/Native Metadata
.kotlin/
*.klib
*.kexe
*.bin
*.def
*.knm
# Generated Files
*.class
*.jar
*.log
*.war
*.ear
# Tests and Coverage
test-results/
out/
reports/
coverage/
jacoco/
# IntelliJ
*.swp
*.class
*.log
*.xml
*.lock
# File Cache
.cache
node_modules/
# Target & Binary Files
core/build/*
core/out/*
classes/
bin/
target/
*/target/*
*.o
*.so
*.dylib
*.a
*.dll
*.exe
dist/
# Kotlin Native Specific
.kotlin/metadata/kotlinCInteropLibraries/
.kotlin/metadata/kotlinTransformedMetadataLibraries/
# Docker
# Dockerfile generated from template
Dockerfile
# Terraform
terraform/stacks/prod/
# Security
# AWS CLI credentials (in case you generate IAM profiles locally)
.aws/
# Any local environment variable files with secrets
.env
# Private keys
*.key
# Certificates
*.pem