mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-19 21:55:34 +00:00
.github
data
docs
examples
img
lang
src
tools
.clang-format
.gitignore
ESPUI_blocks.js
LICENSE
README.md
keywords.txt
library.json
library.properties
39 lines
535 B
Plaintext
39 lines
535 B
Plaintext
# =========================
|
|
# Operating System Files
|
|
# =========================
|
|
|
|
# OSX
|
|
# =========================
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# Linux
|
|
# =========================
|
|
|
|
# Backup files produced by some editors
|
|
*~
|
|
*.bak
|
|
|
|
|
|
.vscode/
|