Updated Branches: refs/heads/master 944acbe20 -> 27af161b6
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/27af161b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/27af161b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/27af161b Branch: refs/heads/master Commit: 27af161b618f1d850ab94d28b3aa47d3d75c6f3e Parents: 944acbe Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:04:37 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:04:37 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/27af161b/.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
