-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (53 loc) · 908 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (53 loc) · 908 Bytes
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
# OS files
.DS_Store
Thumbs.db
# IDE files
*.iml
.project
.classpath
.settings/
.idea/workspace.xml # stores user-specific UI settings)\
.idea/misc.xml # contains local paths, SDK names, etc.)
.idea/tasks.xml # user-specific tasks
.idea/deploymentTargetSelector.xml # user-specific deployment settings
# Build output
target/
build/
out/
bin/
# Gradle
.gradle/
gradle-app.setting
!gradle-wrapper.jar
gradle.properties # Gradle project propertie
# Ignore Kotlin plugin data
.kotlin
# Java/JVM
*.class
*.jar
*.war
*.ear
hs_err_pid*
# Logs
*.log
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
.terraform.lock.hcl
tfplan.out
tfplan
*.tfstate.lock.info
# Downloaded dependencies
.cache/
# Python / uv
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
# Environment/secrets
*.pem
.claude/
scratch.pad