Add screenshots/ to .gitignore to prevent binary file commits
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -15,3 +15,4 @@ Thumbs.db
|
|
| 15 |
.idea/
|
| 16 |
*.swp
|
| 17 |
*.swo
|
|
|
|
|
|
| 15 |
.idea/
|
| 16 |
*.swp
|
| 17 |
*.swo
|
| 18 |
+
screenshots/
|