Updated Branches: refs/heads/master b24456c01 -> 088e26393
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/088e2639 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/088e2639 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/088e2639 Branch: refs/heads/master Commit: 088e263935502340283c0db2076eaf0638ce8b21 Parents: b24456c Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:33 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:16:33 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/088e2639/.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
