Skip to content

Commit 0f949c2

Browse files
committed
wip: new project dir
1 parent a8dba73 commit 0f949c2

File tree

50 files changed

+4201
-4874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4201
-4874
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/target
2+
*.dylib
3+
*.a
4+
*.so
25
.zed/
36
.venv/
47
crates/**/dist/
@@ -18,7 +21,6 @@ build/
1821
*.iml
1922
local.properties
2023
gradle-wrapper.jar
21-
*.so
2224

2325
# Insta snapshot testing
2426
*.snap.new
@@ -32,4 +34,5 @@ AGENTS.md
3234
.opencode/
3335
.references/
3436
.kiro/
37+
.kotlin/
3538

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+
10+
# Binary files should be left untouched
11+
*.jar binary
12+
Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
*.iml
1+
# Ignore Gradle project-specific cache directory
22
.gradle
3-
**/local.properties
4-
**/.idea/caches
5-
**/.idea/libraries
6-
**/.idea/misc.xml
7-
**/.idea/modules.xml
8-
**/.idea/workspace.xml
9-
**/.idea/navEditor.xml
10-
**/.idea/assetWizardSettings.xml
11-
.DS_Store
12-
**/build
13-
**/captures
14-
.externalNativeBuild
15-
.cxx
16-
local.properties
173

4+
# Ignore Gradle build output directory
5+
build

packages/android/algokit_transact/app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/android/algokit_transact/app/build.gradle.kts

Lines changed: 0 additions & 75 deletions
This file was deleted.

packages/android/algokit_transact/app/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/android/algokit_transact/app/src/androidTest/kotlin/com/example/algokit_transact/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/android/algokit_transact/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/android/algokit_transact/app/src/main/kotlin/com.example.algokit_transact/MainActivity.kt

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)