- Split into three projects: Library, Console, and Tests - Library compiles as QRScript.Interpreter to avoid conflicts
102 lines
1.4 KiB
Text
102 lines
1.4 KiB
Text
# Created by https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudiocode,images
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=dotnetcore,visualstudiocode,images
|
|
|
|
### DotnetCore ###
|
|
# .NET Core build folders
|
|
bin/
|
|
obj/
|
|
|
|
# Common node modules locations
|
|
/node_modules
|
|
/wwwroot/node_modules
|
|
|
|
### Images ###
|
|
# JPEG
|
|
*.jpg
|
|
*.jpeg
|
|
*.jpe
|
|
*.jif
|
|
*.jfif
|
|
*.jfi
|
|
|
|
# JPEG 2000
|
|
*.jp2
|
|
*.j2k
|
|
*.jpf
|
|
*.jpx
|
|
*.jpm
|
|
*.mj2
|
|
|
|
# JPEG XR
|
|
*.jxr
|
|
*.hdp
|
|
*.wdp
|
|
|
|
# Graphics Interchange Format
|
|
*.gif
|
|
|
|
# RAW
|
|
*.raw
|
|
|
|
# Web P
|
|
*.webp
|
|
|
|
# Portable Network Graphics
|
|
*.png
|
|
|
|
# Animated Portable Network Graphics
|
|
*.apng
|
|
|
|
# Multiple-image Network Graphics
|
|
*.mng
|
|
|
|
# Tagged Image File Format
|
|
*.tiff
|
|
*.tif
|
|
|
|
# Scalable Vector Graphics
|
|
*.svg
|
|
*.svgz
|
|
|
|
# Portable Document Format
|
|
*.pdf
|
|
|
|
# X BitMap
|
|
*.xbm
|
|
|
|
# BMP
|
|
*.bmp
|
|
*.dib
|
|
|
|
# ICO
|
|
*.ico
|
|
|
|
# 3D Images
|
|
*.3dm
|
|
*.max
|
|
|
|
### 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
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudiocode,images
|
|
|
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
|
|
|
*.glyb
|
|
**/dist/
|