Add VSCode-related files to the .gitignore
This commit is contained in:
parent
a7cc0645e0
commit
4430f9e887
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -54,7 +54,6 @@ tmp/
|
||||||
.byebug_history
|
.byebug_history
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
|
||||||
.redcar
|
.redcar
|
||||||
.stgit*
|
.stgit*
|
||||||
*.swap
|
*.swap
|
||||||
|
|
@ -73,6 +72,8 @@ capybara-*.html
|
||||||
*.rbc
|
*.rbc
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
diaspora.iml
|
diaspora.iml
|
||||||
|
|
||||||
# Dolphin's directory's preferences files
|
# Dolphin's directory's preferences files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue