diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:49:34 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:49:34 -0400 |
| commit | 2ea09edcade53e2be09039e9bad7a25d50ea2b4b (patch) | |
| tree | 230bf07e53c4fb54301a77a4d5a5bf273e2cc2f0 | |
| parent | 5c117c7de5ebb57fe5325825deb73e23885ddec0 (diff) | |
Add gitignores
| -rw-r--r-- | projects/net.wotonomy.datastore/.gitignore | 1 | ||||
| -rw-r--r-- | projects/net.wotonomy.persistence.adapter.jdbc/.gitignore | 1 | ||||
| -rw-r--r-- | projects/net.wotonomy.persistence/.gitignore | 1 | ||||
| -rw-r--r-- | projects/net.wotonomy.test/.gitignore | 1 | ||||
| -rw-r--r-- | projects/net.wotonomy.ui.swing/.gitignore | 1 | ||||
| -rw-r--r-- | projects/net.wotonomy.ui/.gitignore | 1 | ||||
| -rw-r--r-- | projects/net.wotonomy.web/.gitignore | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/projects/net.wotonomy.datastore/.gitignore b/projects/net.wotonomy.datastore/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.datastore/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/projects/net.wotonomy.persistence.adapter.jdbc/.gitignore b/projects/net.wotonomy.persistence.adapter.jdbc/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.persistence.adapter.jdbc/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/projects/net.wotonomy.persistence/.gitignore b/projects/net.wotonomy.persistence/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.persistence/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/projects/net.wotonomy.test/.gitignore b/projects/net.wotonomy.test/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.test/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/projects/net.wotonomy.ui.swing/.gitignore b/projects/net.wotonomy.ui.swing/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.ui.swing/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/projects/net.wotonomy.ui/.gitignore b/projects/net.wotonomy.ui/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.ui/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/projects/net.wotonomy.web/.gitignore b/projects/net.wotonomy.web/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/projects/net.wotonomy.web/.gitignore @@ -0,0 +1 @@ +/target/ |
