mirror of
https://github.com/neogeek23/rust_pong.git
synced 2026-02-04 02:48:17 +00:00
17 lines
381 B
Plaintext
17 lines
381 B
Plaintext
|
|
# Created by https://www.gitignore.io/api/visualstudiocode
|
|
# Edit at https://www.gitignore.io/?templates=visualstudiocode
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
|
|
# End of https://www.gitignore.io/api/visualstudiocode
|