Create directory specific .gitignore 04/12004/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 3 Nov 2023 11:05:03 +0000 (12:05 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 3 Nov 2023 11:06:22 +0000 (12:06 +0100)
- gitignore created

Issue-ID: OAM-381
Change-Id: I580b7bbb319daf9328b34e2e6a1a6368a4e2f1f0
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/.gitignore [new file with mode: 0644]

diff --git a/code/network-generator/.gitignore b/code/network-generator/.gitignore
new file mode 100644 (file)
index 0000000..2025efe
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 2023 highstreet technologies GmbH
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# This temporary gitignore just hides code artifacts which are not ready to 
+# be published now. 
+
+./distribution/
+./docs/
+./network_generation/
+./tests/
+