msxbuild/.gitignore
Willem Cazander 4bf712dfe0
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
Updated project ignores.
2024-06-25 16:02:38 +02:00

35 lines
393 B
Plaintext

syntax: glob
# Project ignores
bin
bin/**
# File ignores
*.log
*.bak
*.zip
*.tar.gz
# Ignore some eclipse files
.settings
# Ignore visual studio files
.vs/
# Ignore intellij files
*.iml
.idea
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
Thumbs.db
Desktop.ini
# Ignore kde dolphin files
.directory