From c3def660731dd0bc025eab1fb53acd20a588d878 Mon Sep 17 00:00:00 2001
From: Yanick Fratantonio <yanickf@google.com>
Date: Thu, 30 Jan 2025 13:47:20 +0000
Subject: [PATCH] add test case about ignorefile

---
 tests_data/basic/ignorefile/example.ignorefile | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 tests_data/basic/ignorefile/example.ignorefile

diff --git a/tests_data/basic/ignorefile/example.ignorefile b/tests_data/basic/ignorefile/example.ignorefile
new file mode 100644
index 00000000..adf1b6a4
--- /dev/null
+++ b/tests_data/basic/ignorefile/example.ignorefile
@@ -0,0 +1,5 @@
+.DS_Store
+.classpath
+.project
+.target/
+.settings/