chore(git): keep compiled binaries
This commit is contained in:
parent
f1e0aa5ec0
commit
e2c31da37f
4 changed files with 24033 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,6 +15,6 @@ result-*
|
|||
|
||||
# ---> Project
|
||||
# Ignore compiled elm files
|
||||
compiled
|
||||
# compiled
|
||||
# Ignore hosting-specific files
|
||||
/index.html
|
||||
|
|
|
@ -1 +1 @@
|
|||
/nix/store/4wj49hvsmkannf285i53qczyjggvly5w-pre-commit-config.json
|
||||
/nix/store/in0bkjvnhs5lc9167967w0bin51inj9a-pre-commit-config.json
|
24029
compiled/Main.js
Normal file
24029
compiled/Main.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue