From e6d0a7a69814dacbeb501fd9a7eda539cf40cb08 Mon Sep 17 00:00:00 2001 From: Pazus Date: Tue, 18 Jun 2019 10:16:45 +0300 Subject: [PATCH] add formatting rules similar to java-api project add build dirs to ignore --- .gitignore | 5 +++++ .idea/codeStyles/Project.xml | 10 ++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/dictionaries/utPLSQL.xml | 7 +++++++ 4 files changed, 27 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/dictionaries/utPLSQL.xml diff --git a/.gitignore b/.gitignore index 2d0c11c..b4762f1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,8 @@ buildNumber.properties # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar + +# Project exclude paths +/.gradle/ +/build/ +/out/ \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..4f717ff --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/dictionaries/utPLSQL.xml b/.idea/dictionaries/utPLSQL.xml new file mode 100644 index 0000000..6cb7c83 --- /dev/null +++ b/.idea/dictionaries/utPLSQL.xml @@ -0,0 +1,7 @@ + + + + utplsql + + + \ No newline at end of file