-
Notifications
You must be signed in to change notification settings - Fork 3
/
.npmignore
65 lines (55 loc) · 1.18 KB
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Built application files
template/android/*/build/
# Crashlytics configuations
template/android/com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
template/android/local.properties
# Gradle generated files
template/android/.gradle/
# Signing files
template/android/.signing/
# User-specific configurations
template/android/.idea/gradle.xml
template/android/.idea/libraries/
template/android/.idea/workspace.xml
template/android/.idea/tasks.xml
template/android/.idea/.name
template/android/.idea/compiler.xml
template/android/.idea/copyright/profiles_settings.xml
template/android/.idea/encodings.xml
template/android/.idea/misc.xml
template/android/.idea/modules.xml
template/android/.idea/scopes/scope_settings.xml
template/android/.idea/vcs.xml
template/android/*.iml
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
template/ios/Pods
template/ios/build
*project.xcworkspace*
*xcuserdata*
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Android
template/android/build
template/android/.settings
# Node
template/node_modules
.idea
yarn.lock
.github
.vscode
.nyc_output
*.coverage.json
.circleci
.eslintignore