Updated Branches: refs/heads/master b6b48e9d6 -> 43b45b9ee
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/43b45b9e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/43b45b9e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/43b45b9e Branch: refs/heads/master Commit: 43b45b9ee2f97face4afdef74fe38c922f97054c Parents: b6b48e9 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:34 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:16:34 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/43b45b9e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52b558e --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +#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 + + + + + + + + + + \ No newline at end of file
