Files
PBIDE-GitTool/.gitignore
2025-08-15 13:25:56 +02:00

25 lines
176 B
Plaintext

# PureBasic / build artefacts
*.exe
*.dll
*.so
*.dylib
*.o
*.obj
*.pdb
*.res
*.a
*.lib
*.d
*.map
*.dbg
*.log
*.temp
*.bak
*.cache
# IDE / OS
.DS_Store
Thumbs.db
.idea
.vscode