generated from tpaw/twine-starter
38 lines
671 B
Text
38 lines
671 B
Text
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,web
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,web
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
### Web ###
|
|
*.asp
|
|
*.cer
|
|
*.csr
|
|
*.css
|
|
*.htm
|
|
*.html
|
|
*.js
|
|
*.jsp
|
|
*.php
|
|
*.rss
|
|
*.wasm
|
|
*.wat
|
|
*.xhtml
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,web
|