diff options
| author | levlam <levlam@telegram.org> | 2024-05-31 01:17:34 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-05-31 01:17:34 +0300 |
| commit | 91ac87884025890fe150b8c0f17f898092ecf9cb (patch) | |
| tree | 6b79d8c7a3c24c905d9a5c0091a450de5cc72b09 /example/swift | |
| parent | 02eae9bf8608bf7a495a7356dbd98c06b7d8b5e2 (diff) | |
Improve relative paths in .gitignore.
Diffstat (limited to 'example/swift')
| -rw-r--r-- | example/swift/.gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/swift/.gitignore b/example/swift/.gitignore index 4737be599..6e3ff7d7c 100644 --- a/example/swift/.gitignore +++ b/example/swift/.gitignore @@ -1,3 +1,3 @@ -xcuserdata/ -*workspace/ -td/ +/xcuserdata/ +/*workspace/ +/td/ |
