Quiz_example/.gitignore
2024-01-13 20:33:47 +01:00

5 lines
145 B
Text

#SUGGESTION: There are files such as anexperiment.dll, obj and bin. They are temporary files that you don't want at all.
**/obj/
**/bin/
**.dll