Skip to content

Commit 50327c2

Browse files
author
umairwanclouds
committed
chore(gitignore): add script to gitignore to avoid pushing OS generated files
Currently the OS generated files for example: .DS_Store gets pushed to remote. The reason was because no extensions were listed to ignore OS generated files. Added a script to ignore unnecessary OS generated files.
1 parent 1908f14 commit 50327c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ pids
1111
# IDE
1212
.idea
1313

14+
# OS generated files
15+
.DS_Store
16+
.DS_Store?
17+
._*
18+
.Spotlight-V100
19+
ehthumbs.db
20+
Icon?
21+
Thumbs.db
22+
1423
# Babel ES6 compiles files
1524
dist
1625

0 commit comments

Comments
 (0)