Skip to content

Commit 7eedf79

Browse files
committed
Add .local to .gitignore
1 parent e9e9853 commit 7eedf79

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
@@ -16,6 +16,9 @@
1616
# External dependencies
1717
/.deps
1818

19+
# For whatever local files that developers might want to keep there (I personally keep a separate `generated-html` git worktree here)
20+
/.local
21+
1922
# XCode User settings
2023
xcuserdata/
2124
xcshareddata/

0 commit comments

Comments
 (0)