Skip to content

Commit 1cc2a6c

Browse files
committed
chore: remove exe files from repository and improve .gitignore
- Remove indus-terminal.exe and indus-gui.exe from git tracking - Update .gitignore to exclude all .exe files and build artifacts - Executables will be built by GitHub Actions on release
1 parent d20e4ea commit 1cc2a6c

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Binaries
2-
indus.exe
2+
*.exe
3+
indus
34
dist/
5+
build/
46

57
# Build artifacts
68
cmd/indus-terminal/rsrc.syso
9+
*.syso
710

811
# Test projects
912
testproject/

indus-gui.exe

-6.7 MB
Binary file not shown.

indus-terminal.exe

-9.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)