-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
45 lines (37 loc) · 1.02 KB
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
### Gradle ###
.gradle/
build/
**/build/
out/
### IntelliJ / Android Studio ###
.idea/
*.iml
*.iws
local.properties
captures/
### Kotlin/Native ###
**/kotlin-js-store/
.kotlin/
### macOS ###
.DS_Store
### Xcode ###
xcuserdata/
*.xcworkspace/xcuserdata
*.xcuserstate
DerivedData/
### CocoaPods (we don't use them, but keep just in case) ###
Pods/
Podfile.lock
### KCEF / JCEF ###
# The desktop sample puts its Chromium bundle under ~/.vitre, but KCEF's own default is a
# `jcef-bundle` directory beside the working directory — so anyone running the module straight from
# an IDE, or with the installDir left at its default, drops several hundred megabytes into the repo.
jcef-bundle/
kcef-bundle/
### Secrets ###
# `mise run test:live` reads ANTHROPIC_API_KEY from the environment. mise.local.toml is tracked, so
# a key cannot live there — keep it here instead and `source .env.local` before running the task.
.env.local
### Logs ###
# Covers the hs_err_pid*.log a JVM crash leaves behind, which for this project means a CEF one.
*.log