aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 5d835f55..993ab740 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,8 +8,8 @@
**/tokens/*
# Added for Intellij IDEA IDE
-**/*.ipr
-**/*.iws
+**/*.ipr
+**/*.iws
**/debug-logs/*
**/.idea/*
**/*.iml
@@ -20,7 +20,10 @@
**/blackDuckHub*
**/*.jsonld
**/.checkstyle
-**/.gitignore
-
-**/*py.class
+**/.gitignore
+
+**/*py.class
**/.DS_Store
+
+# To Remove Kotlin Script Generated Jars
+**/*cba-kts.jar \ No newline at end of file