Skip to content

Commit 6b30579

Browse files
author
Gabi
committed
feat: prevent macOS resource fork files
Add ._* pattern to .gitignore to prevent macOS resource fork files from being tracked in the repository.
1 parent ad7f7d9 commit 6b30579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ testem.log
3939
.DS_Store
4040
Thumbs.db
4141

42+
# macOS resource fork files
43+
._*
44+
4245
.nx/cache
4346
.nx/workspace-data
4447

0 commit comments

Comments
 (0)