go-forge/.gitignore
Snider 30c57a5a51
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m18s
chore: add .core/ and .idea/ to .gitignore
2026-03-15 10:17:49 +00:00

22 lines
145 B
Text

# Binaries
/bin/
*.exe
*.dll
*.so
*.dylib
# Test
*.test
*.out
coverage.html
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
.core/