Browse Source

Remove unnecessary code

Ben Hsieh 7 years ago
parent
commit
cafb7f2369
2 changed files with 0 additions and 63 deletions
  1. 0
    8
      src/.flowconfig
  2. 0
    55
      src/.gitignore

+ 0
- 8
src/.flowconfig View File

@@ -1,8 +0,0 @@
1
-[ignore]
2
-
3
-[include]
4
-
5
-
6
-[libs]
7
-
8
-[options]

+ 0
- 55
src/.gitignore View File

@@ -1,55 +0,0 @@
1
-node_modules/
2
-
3
-# Xcode
4
-#
5
-# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
6
-
7
-## Build generated
8
-build/
9
-DerivedData/
10
-
11
-## Various settings
12
-*.pbxuser
13
-!default.pbxuser
14
-*.mode1v3
15
-!default.mode1v3
16
-*.mode2v3
17
-!default.mode2v3
18
-*.perspectivev3
19
-!default.perspectivev3
20
-xcuserdata/
21
-
22
-## Other
23
-*.moved-aside
24
-*.xcuserstate
25
-
26
-## Obj-C/Swift specific
27
-*.hmap
28
-*.ipa
29
-*.dSYM.zip
30
-*.dSYM
31
-
32
-# CocoaPods
33
-#
34
-# We recommend against adding the Pods directory to your .gitignore. However
35
-# you should judge for yourself, the pros and cons are mentioned at:
36
-# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
37
-#
38
-# Pods/
39
-
40
-# Carthage
41
-#
42
-# Add this line if you want to avoid checking in source code from Carthage dependencies.
43
-# Carthage/Checkouts
44
-
45
-Carthage/Build
46
-
47
-# fastlane
48
-#
49
-# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
50
-# screenshots whenever they are needed.
51
-# For more information about the recommended setup visit:
52
-# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
53
-
54
-fastlane/report.xml
55
-fastlane/screenshots