From 06e759b93ca53323a8f5f15b34dbfc2c37ed8570 Mon Sep 17 00:00:00 2001 From: Paulo Borba Date: Mon, 27 Mar 2017 17:04:06 -0300 Subject: [PATCH] Initial commit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9185f14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# .gitignore for Grails 1.2 and 1.3 +# Although this should work for most versions of grails, it is +# suggested that you use the "grails integrate-with --git" command +# to generate your .gitignore file. + +# web application files +/web-app/WEB-INF/classes + +# default HSQL database files for production mode +/prodDb.* + +# general HSQL database files +*Db.properties +*Db.script + +# logs +/stacktrace.log +/test/reports +/logs + +# project release file +/*.war + +# plugin release files +/*.zip +/plugin.xml + +# older plugin install locations +/plugins +/web-app/plugins + +# "temporary" build files +/target diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d13633 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# atec \ No newline at end of file