UNPKG

981 BPlain TextView Raw
1Created by IDE
2.DS_Store
3.idea/
4*.iml
5
6.*
7!.gitignore
8!.eslintrc
9!.babelrc
10
11# Node
12logs
13*.log
14npm-debug.log*
15.npm
16/*/node_modules
17/*/dist
18/*/bower_components
19
20# Runtime data
21pids
22*.pid
23*.seed
24
25# Android
26# built application files
27*.apk
28*.ap_
29wxframework
30sdk
31bmwidget
32# files for the dex VM
33*.dex
34
35# Java class files
36*.class
37
38# generated files
39bin/
40gen/
41
42# Local configuration file (sdk path, etc)
43local.properties
44sign.properties
45
46# Eclipse project files
47.classpath
48.project
49
50# Android Studio
51.idea/
52.gradle
53/*/local.properties
54/*/outd
55build/
56.idea/
57.gradle/
58android/playground/local.properties
59
60/*/*/production
61*.iml
62*.iws
63*.ipr
64*~
65*.swp
66# END Android
67
68# IOS
69# Xcode
70*/build/*
71*.pbxuser
72*.pbxprog
73!default.pbxuser
74*.mode1v3
75!default.mode1v3
76*.mode2v3
77!default.mode2v3
78*.perspectivev3
79!default.perspectivev3
80xcuserdata
81profile
82*.moved-aside
83DerivedData
84.idea/
85*.hmap
86WeexiOSSDK
87Benmu-iOS-Library
88
89#CocoaPods
90Pods
91
92*.xccheckout
93*.xcworkspacedata
94*.xcworkspace
95Podfile.lock
96# END IOS