Skip to content

Commit d7e95d3

Browse files
troZeePiotr Trocki
andauthored
chore: remove lib folder (#403)
Co-authored-by: Piotr Trocki <[email protected]>
1 parent 3b1ba50 commit d7e95d3

27 files changed

+21
-689
lines changed

.gitignore

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
#
33
.DS_Store
44

5+
# XDE
6+
.expo/
7+
8+
# VSCode
9+
.vscode/
10+
jsconfig.json
11+
512
# Xcode
613
#
714
build/
@@ -22,39 +29,35 @@ DerivedData
2229
*.xcuserstate
2330
project.xcworkspace
2431

25-
# Android/IntelliJ
32+
# Android/IJ
2633
#
27-
build/
2834
.idea
2935
.gradle
3036
local.properties
31-
*.iml
37+
android.iml
38+
39+
# Cocoapods
40+
#
41+
example/ios/Pods
3242

3343
# node.js
3444
#
3545
node_modules/
3646
npm-debug.log
47+
yarn-debug.log
3748
yarn-error.log
3849

3950
# BUCK
4051
buck-out/
4152
\.buckd/
42-
*.keystore
43-
44-
# fastlane
45-
#
46-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47-
# screenshots whenever they are needed.
48-
# For more information about the recommended setup visit:
49-
# https://docs.fastlane.tools/best-practices/source-control/
53+
android/app/libs
54+
android/keystores/debug.keystore
5055

51-
*/fastlane/report.xml
52-
*/fastlane/Preview.html
53-
*/fastlane/screenshots
56+
# Expo
57+
.expo/*
5458

55-
# Bundle artifact
56-
*.jsbundle
59+
# generated by bob
60+
lib/
5761

58-
example/ios/Pods/
59-
!debug.keystore
62+
#e2e
6063
test-butler-app.apk

lib/commonjs/PagerView.js

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

lib/commonjs/PagerView.js.map

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

lib/commonjs/PagerViewNative.js

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

lib/commonjs/PagerViewNative.js.map

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

lib/commonjs/index.js

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

lib/commonjs/index.js.map

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

lib/commonjs/types.js

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

lib/commonjs/types.js.map

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

lib/commonjs/utils.js

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

0 commit comments

Comments
 (0)