Skip to content

Commit

Permalink
fix: better ignore rules for npm distribution (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Sep 3, 2020
1 parent 08d9891 commit b8d55b9
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 101 deletions.
21 changes: 11 additions & 10 deletions haptics/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# node files
dist/
node_modules/
dist
node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand All @@ -25,28 +26,28 @@ xcuserdata
*.class

# Generated files
bin/
gen/
out/
bin
gen
out

# Gradle files
.gradle/
build/
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
.navigation

# Android Studio captures folder
captures/
captures

# IntelliJ
*.iml
Expand Down
6 changes: 0 additions & 6 deletions haptics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.2"
},
"files": [
"dist/",
"ios/",
"android/",
"CapacitorHaptics.podspec"
],
"keywords": [
"capacitor",
"plugin",
Expand Down
25 changes: 11 additions & 14 deletions motion/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# NPM renames .gitignore to .npmignore
# In order to prevent that, we remove the initial "."
# And the CLI then renames it

# node files
dist/
node_modules/
dist
node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand All @@ -29,28 +26,28 @@ xcuserdata
*.class

# Generated files
bin/
gen/
out/
bin
gen
out

# Gradle files
.gradle/
build/
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
.navigation

# Android Studio captures folder
captures/
captures

# IntelliJ
*.iml
Expand Down
3 changes: 0 additions & 3 deletions motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.2"
},
"files": [
"dist/"
],
"keywords": [
"capacitor",
"plugin",
Expand Down
21 changes: 11 additions & 10 deletions network/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# node files
dist/
node_modules/
dist
node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand All @@ -25,28 +26,28 @@ xcuserdata
*.class

# Generated files
bin/
gen/
out/
bin
gen
out

# Gradle files
.gradle/
build/
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
.navigation

# Android Studio captures folder
captures/
captures

# IntelliJ
*.iml
Expand Down
6 changes: 0 additions & 6 deletions network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.0"
},
"files": [
"dist/",
"ios/",
"android/",
"CapacitorNetwork.podspec"
],
"keywords": [
"capacitor",
"plugin",
Expand Down
21 changes: 11 additions & 10 deletions screen-reader/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# node files
dist/
node_modules/
dist
node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand All @@ -25,28 +26,28 @@ xcuserdata
*.class

# Generated files
bin/
gen/
out/
bin
gen
out

# Gradle files
.gradle/
build/
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
.navigation

# Android Studio captures folder
captures/
captures

# IntelliJ
*.iml
Expand Down
6 changes: 0 additions & 6 deletions screen-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.2"
},
"files": [
"dist/",
"ios/",
"android/",
"CapacitorScreenReader.podspec"
],
"keywords": [
"capacitor",
"plugin",
Expand Down
25 changes: 11 additions & 14 deletions storage/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# NPM renames .gitignore to .npmignore
# In order to prevent that, we remove the initial "."
# And the CLI then renames it

# node files
dist/
node_modules/
dist
node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand All @@ -29,28 +26,28 @@ xcuserdata
*.class

# Generated files
bin/
gen/
out/
bin
gen
out

# Gradle files
.gradle/
build/
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
.navigation

# Android Studio captures folder
captures/
captures

# IntelliJ
*.iml
Expand Down
6 changes: 0 additions & 6 deletions storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.2"
},
"files": [
"dist/",
"ios/",
"android/",
"CapacitorStorage.podspec"
],
"keywords": [
"capacitor",
"plugin",
Expand Down
21 changes: 11 additions & 10 deletions text-zoom/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# node files
dist/
node_modules/
dist
node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand All @@ -25,28 +26,28 @@ xcuserdata
*.class

# Generated files
bin/
gen/
out/
bin
gen
out

# Gradle files
.gradle/
build/
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
.navigation

# Android Studio captures folder
captures/
captures

# IntelliJ
*.iml
Expand Down
6 changes: 0 additions & 6 deletions text-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.2"
},
"files": [
"dist/",
"ios/",
"android/",
"CapacitorTextZoom.podspec"
],
"keywords": [
"capacitor",
"plugin",
Expand Down

0 comments on commit b8d55b9

Please sign in to comment.