Skip to content

Commit

Permalink
germination of photos
Browse files Browse the repository at this point in the history
  • Loading branch information
emadbaqeri committed Dec 5, 2021
1 parent 17939ca commit fa1d4dd
Show file tree
Hide file tree
Showing 465 changed files with 23,698 additions and 57,490 deletions.
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

11 changes: 0 additions & 11 deletions .editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions .expo-shared/assets.json

This file was deleted.

17 changes: 0 additions & 17 deletions .expo/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions .expo/packager-info.json

This file was deleted.

10 changes: 0 additions & 10 deletions .expo/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

34 changes: 23 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
.history/

# Android/IntelliJ
#
Expand All @@ -29,10 +28,7 @@ build/
.gradle
local.properties
*.iml

# Visual Studio Code
#
.vscode/
*.hprof

# node.js
#
Expand Down Expand Up @@ -62,11 +58,27 @@ buck-out/

# CocoaPods
/ios/Pods/
assets/playStore/BoxPhotos-95a04a2b6f3443ae8b3fe6845d0797d1-signed.aab
BoxPhotos.jks
assets/playStore/screenshot.psd
keystore.txt
*.aab

# Ignite-specific items below
# You can safely replace everything above this comment with whatever is
# in the default .gitignore generated by React-Native CLI

# VS Code
.vscode

# Expo
.expo/*
bin/Exponent.app

npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

.expo/
# Configurations
app/config/env.*.js
!env.js
6 changes: 0 additions & 6 deletions .history/.prettierrc_20210427231947.js

This file was deleted.

7 changes: 0 additions & 7 deletions .history/.prettierrc_20210428000844.js

This file was deleted.

6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
ios
android
.vscode
ignite/ignite.json
package.json
6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

24 changes: 24 additions & 0 deletions .solidarity
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "http://json.schemastore.org/solidaritySchema",
"requirements": {
"Node": [{ "rule": "cli", "binary": "node", "semver": ">=8.6.0" }],
"Xcode": [
{
"rule": "cli",
"binary": "xcodebuild",
"version": "-version",
"semver": ">=9.2.0",
"platform": "darwin"
}
],
"CocoaPods": [
{
"rule": "cli",
"binary": "pod",
"version": "--version",
"semver": ">=1.7.0",
"platform": "darwin"
}
]
}
}
1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

26 changes: 0 additions & 26 deletions App.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Loading

0 comments on commit fa1d4dd

Please sign in to comment.