chore(git): keep compiled binaries

This commit is contained in:
Ananth Venkatesh 2025-02-28 02:25:51 -05:00
parent f1e0aa5ec0
commit e2c31da37f
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF
4 changed files with 24033 additions and 4 deletions

2
.gitignore vendored
View file

@ -15,6 +15,6 @@ result-*
# ---> Project
# Ignore compiled elm files
compiled
# compiled
# Ignore hosting-specific files
/index.html

View file

@ -1 +1 @@
/nix/store/4wj49hvsmkannf285i53qczyjggvly5w-pre-commit-config.json
/nix/store/in0bkjvnhs5lc9167967w0bin51inj9a-pre-commit-config.json

24029
compiled/Main.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -72,7 +72,7 @@
nil.enable = true;
statix.enable = true;
markdownlint.enable = true;
typos.enable = true;
typos.enable = false;
check-merge-conflicts.enable = true;
commitizen.enable = true;
forbid-new-submodules.enable = true;
@ -81,7 +81,7 @@
check-shebang-scripts-are-executable.enable = true;
check-symlinks.enable = true;
check-vcs-permalinks.enable = true;
end-of-file-fixer.enable = true;
end-of-file-fixer.enable = false;
mixed-line-endings.enable = true;
tagref.enable = true;
trim-trailing-whitespace.enable = true;