Skip to content

Commit 5150572

Browse files
committed
Add .DS_Store and other possible local files to .gitignore
1 parent 3756596 commit 5150572

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ crashlytics-build.properties
5050

5151
# Node.js packages
5252
node_modules/
53+
54+
# Various local files
55+
.vscode
56+
.DS_Store
57+
hs_err_*
58+
# Backup and temp files - various tools
59+
*.bak
60+
*~
61+
\#*
62+
.#*
63+
*.tmp

0 commit comments

Comments
 (0)