-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (35 loc) · 446 Bytes
/
.gitignore
File metadata and controls
43 lines (35 loc) · 446 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
.DS_Store
# IntelliJ Idea
.idea/
*.iml
# Gradle & Java build
.gradle
build/
bin/
gen/
target/
out/
classes/
# Kotlin
.kotlin
# Local build properties
build.properties
local.properties
# Native libs
objectbox*.dll
libobjectbox*.so
libobjectbox*.dylib
### Test DB files
data.mdb
lock.mdb
test-db/
jni-unit-test-db/
test-db64/
perf-test-db/
perf-test-db64/
## Backups
.gitignore~
*.txt~
default.json.bak
# Java crash reports
hs_err_pid*.log