gitignore: All exe files, no editor configs (#9126)

This commit is contained in:
Martin Polehla 2023-09-25 16:17:01 +02:00 committed by GitHub
parent adbb3ed2e9
commit 70065e6b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,11 +1,10 @@
/syncthing /syncthing
/stdiscosrv /stdiscosrv
syncthing.exe
stdiscosrv.exe
*.tar.gz *.tar.gz
*.zip *.zip
*.asc *.asc
*.deb *.deb
*.exe
.jshintrc .jshintrc
coverage.out coverage.out
files/pidx files/pidx
@ -19,4 +18,3 @@ deb
/repos /repos
/proto/scripts/protoc-gen-gosyncthing /proto/scripts/protoc-gen-gosyncthing
/gui/next-gen-gui /gui/next-gen-gui
.idea