25 lines
253 B
Plaintext
25 lines
253 B
Plaintext
# Ignore build output folders
|
|
bin/
|
|
build/
|
|
out/
|
|
|
|
# Ignore compiled object files and binaries
|
|
*.obj
|
|
*.o
|
|
*.exe
|
|
*.dll
|
|
|
|
# Ignore Visual Studio files
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# Ignore temporary files
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Ignore system files
|
|
.DS_Store
|
|
Thumbs.db
|