Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 03:32:49 +00:00
parent 4f26e29be6
commit 9e52b35d95

View File

@@ -0,0 +1,35 @@
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Build
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Dependency
vendor/
# IDE
.idea/
*.iml
*.ipr
*.iws
.vscode/
*.swp
*.swo
# Coverage
coverage.out
# Misc
.DS_Store