AAI-2210 Add .gitignore to aai/babel 62/79662/1
authorKeong Lim <keong.lim@huawei.com>
Tue, 5 Mar 2019 00:30:43 +0000 (11:30 +1100)
committerKeong Lim <keong.lim@huawei.com>
Tue, 5 Mar 2019 00:32:19 +0000 (11:32 +1100)
Ignore target directory created by babel and other commonly-seen files.

Change-Id: Iacb9b4413d3c191e6cfb78f3adb20112ffc32ca5
Issue-ID: AAI-2210
Signed-off-by: Keong Lim <keong.lim@huawei.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..19fc351
--- /dev/null
@@ -0,0 +1,11 @@
+.settings
+.project
+target/
+**/logs/
+**/debug-logs/
+/.pydevproject
+/bin/
+**/.idea/
+*/.idea
+*.iml
+.idea/