From 1d65e641bd5c8515d845c8c8123e17c925c4e453 Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Thu, 21 Mar 2013 01:31:51 -0700 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ README.md | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa65f0b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Build and Release Folders +bin/ +bin-debug/ +bin-release/ + +# Other files and folders +.settings/ + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4475701 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +collective.z3cform.rolefield +============================ + +A field that manages local roles. \ No newline at end of file