-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (41 loc) · 803 Bytes
/
.gitignore
File metadata and controls
43 lines (41 loc) · 803 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
*.iml
.gradle
.gradle-local/
**/build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.idea/AndroidProjectSystem.xml
.idea/
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.ipr
out/
**/out/
!**/src/main/**/out/
!**/src/test/**/out/
.kotlin
/iosApp/iosApp.xcodeproj/project.xcworkspace/xcuserdata/raj.xcuserdatad/UserInterfaceState.xcuserstate
/iosApp/iosApp.xcodeproj/xcuserdata/raj.xcuserdatad/xcschemes/xcschememanagement.plist
/AGENTS.md
/docs/
/Makefile
/.task-state/
/scripts/task-close.sh
/scripts/task-start.sh