Skip to content

Commit 256b925

Browse files
committed
completly overhualed editor ui
1 parent 602cc55 commit 256b925

Some content is hidden

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

57 files changed

+6058
-4465
lines changed

.gitignore

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/
5-
.DS_Store
6-
/build
7-
/captures
8-
.externalNativeBuild
9-
.cxx
10-
local.properties
11-
12-
# Release build outputs
13-
/app/release/
14-
/app/debug/
15-
16-
# Claude Code workspace settings
17-
.claude/
18-
19-
# Python cache files
20-
*.pyc
21-
__pycache__/
22-
*.pyo
23-
*.pyd
24-
25-
# Editor temporary files
26-
*.swp
27-
*.swo
28-
*~
29-
30-
31-
# *.apk
32-
# *.aab
33-
34-
# Signing keystore and credentials
35-
*.keystore
36-
*.jks
37-
keystore.properties
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/
5+
.DS_Store
6+
/build
7+
/captures
8+
.externalNativeBuild
9+
.cxx
10+
local.properties
11+
12+
# Release build outputs
13+
/app/release/
14+
/app/debug/
15+
16+
# Claude Code workspace settings
17+
.claude/
18+
19+
# Python cache files
20+
*.pyc
21+
__pycache__/
22+
*.pyo
23+
*.pyd
24+
25+
# Editor temporary files
26+
*.swp
27+
*.swo
28+
*~
29+
30+
31+
# *.apk
32+
# *.aab
33+
34+
# Signing keystore and credentials
35+
*.keystore
36+
*.jks
37+
keystore.properties

.idea/.gitignore

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/AndroidProjectSystem.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetSelector.xml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/migrations.xml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)