Skip to content

Commit

Permalink
add npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vicke4 committed Jan 5, 2021
1 parent 12781bc commit a8133af
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Generated files
android/bin/
android/gen/
android/out/

# Gradle files
android/.gradle/
android/build/
android/app/build/

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

# Proguard folder generated by Eclipse
android/proguard/

# Log Files
*.log

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

# Android Studio captures folder
android/captures/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Ganapathy S <[email protected]>
Copyright (c) 2021 Ganapathy S <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

```
$ npm install --save react-native-invoke-app
# if you are react-native version is <0.60
# if your react-native version is <0.60
$ react-native link react-native-invoke-app
```

Expand Down

0 comments on commit a8133af

Please sign in to comment.