You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/12/13 23:48:30 UTC

[02/16] cordova-plugin-screen-orientation git commit: add gitignore and npmignore files

 add gitignore and npmignore files


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/dd13eb5b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/dd13eb5b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/dd13eb5b

Branch: refs/heads/master
Commit: dd13eb5bdf7de9d766aba72416c9258b8f6c69a3
Parents: 2d8500f
Author: maverickmishra <vi...@gmail.com>
Authored: Mon Aug 29 16:23:51 2016 -0700
Committer: maverickmishra <vi...@gmail.com>
Committed: Mon Aug 29 16:23:51 2016 -0700

----------------------------------------------------------------------
 .gitignore | 29 +++++++++++++++++++++++++++++
 .npmignore |  2 ++
 2 files changed, 31 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/dd13eb5b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6df9abc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+\ufeff#If ignorance is bliss, then somebody knock the smile off my face
+
+*.csproj.user
+*.suo
+*.cache
+Thumbs.db
+*.DS_Store
+
+*.bak
+*.cache
+*.log
+*.swp
+*.user
+
+demo/hooks/
+demo/platforms/
+demo/plugins/
+
+.vscode/
+
+
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/dd13eb5b/.npmignore
----------------------------------------------------------------------
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..62e8c49
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,2 @@
+demo/
+tests/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org