Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71b12a1

Browse filesBrowse files
CyberbossAnturK
authored andcommitted
Add VS Code folder to gitignore (#23549)
* Add VS Code folder to gitignore * Add sublime to gitignore
1 parent 910a986 commit 71b12a1
Copy full SHA for 71b12a1

1 file changed

+9-1Lines changed: 9 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+9-1Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ $RECYCLE.BIN/
163163
.LSOverride
164164

165165
# Icon must end with two \r
166-
Icon
166+
Icon
167+
167168

168169
# Thumbnails
169170
._*
@@ -184,3 +185,10 @@ Temporary Items
184185
.apdisk
185186

186187
*.before
188+
189+
#Sublime
190+
*.sublime-project
191+
*.sublime-workspace
192+
193+
#Visual studio stuff
194+
*.vscode/*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.