diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae5ec9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Ignore Play! working directory # +bin/ +/db +.eclipse +/lib/ +/logs/ +/modules +/project/project +/project/target +/target +tmp/ +test-result +server.pid +*.eml +/dist/ +.cache diff --git a/README.md b/README.md new file mode 100644 index 0000000..afd5ac8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# blueprints \ No newline at end of file