add .gitignore

main
xsq 1 year ago
parent 7693374cb4
commit 9bdf5f7007

30
.gitignore vendored

@ -0,0 +1,30 @@
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
go.work
*.o
*.a
*.so
Thumbs.db
.DS_Store
*.cert
*.key
*.log
bin/
.vscode/
.idea/
*.swp
Loading…
Cancel
Save