Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .metadata

This file was deleted.

Binary file removed README.md
Binary file not shown.
29 changes: 0 additions & 29 deletions analysis_options.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions android/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/src/debug/AndroidManifest.xml

This file was deleted.

41 changes: 0 additions & 41 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

6 changes: 0 additions & 6 deletions android/app/src/main/kotlin/com/example/saman/MainActivity.kt

This file was deleted.

12 changes: 0 additions & 12 deletions android/app/src/main/res/drawable-v21/launch_background.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file removed android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions android/app/src/main/res/values-night/styles.xml

This file was deleted.

18 changes: 0 additions & 18 deletions android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/src/profile/AndroidManifest.xml

This file was deleted.

29 changes: 0 additions & 29 deletions android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/gradle.properties

This file was deleted.

6 changes: 0 additions & 6 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

11 changes: 0 additions & 11 deletions android/settings.gradle

This file was deleted.

6 changes: 6 additions & 0 deletions backend/.directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Dolphin]
Timestamp=2021,10,29,0,49,21.26
Version=4

[Settings]
HiddenFilesShown=true
21 changes: 21 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Dependency directories
node_modules/
/.pnp
.pnp.js

# Editors
.vscode/

# Environment variables
.env

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# npm Cache
.npm

# Testing
coverage
Loading