Revert "feat: Add inline editing and manual script entry functionality (#39)" (#40)

This reverts commit a410aeacf7.
This commit is contained in:
Michel Roegl-Brunner
2025-10-06 16:21:49 +02:00
committed by GitHub
parent a410aeacf7
commit a05185db1b
98 changed files with 2328 additions and 3323 deletions

40
.gitattributes vendored
View File

@@ -1,40 +0,0 @@
# Set default behavior to automatically normalize line endings
* text=auto
# Shell scripts should always use LF
*.sh text eol=lf
*.func text eol=lf
*.bash text eol=lf
# Windows batch files should use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
# Configuration files should use LF
*.conf text eol=lf
*.config text eol=lf
*.ini text eol=lf
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
# Source code files should use LF
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.jsx text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.html text eol=lf
*.xml text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.db binary
*.exe binary
*.dll binary