wip: element screenshot
This commit is contained in:
72
.gitignore
vendored
72
.gitignore
vendored
@@ -1,9 +1,74 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,venv,dotenv
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudiocode,venv,dotenv
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/venv,dotenv,python,visualstudiocode,images
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=venv,dotenv,python,visualstudiocode,images
|
||||
|
||||
### dotenv ###
|
||||
.env
|
||||
|
||||
### 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
|
||||
|
||||
### Python ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
@@ -206,5 +271,4 @@ pip-selfcheck.json
|
||||
.history
|
||||
.ionide
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,venv,dotenv
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/venv,dotenv,python,visualstudiocode,images
|
||||
|
||||
Reference in New Issue
Block a user