modified gitignore with glob matching
parent
3d248900a3
commit
8ef1350090
|
|
@ -1,17 +1,11 @@
|
|||
**/.vscode
|
||||
**/.idea
|
||||
**/input.txt
|
||||
**/debug/
|
||||
**/target/
|
||||
**/*rs.bk
|
||||
**/calibration_document.txt
|
||||
**/.vsidx
|
||||
**/.suo
|
||||
/CSharp/AdventOfCode/AdventOfCode/obj
|
||||
/CSharp/AdventOfCode/AdventOfCode/bin
|
||||
/CSharp/AdventOfCode/.vs
|
||||
/CSharp/AdventOfCode/DayOne/obj
|
||||
/CSharp/AdventOfCode/DayOne/bin
|
||||
/CSharp/AdventOfCode/DayTwo/obj
|
||||
/CSharp/AdventOfCode/DayTwo/bin
|
||||
*.txt
|
||||
**/obj
|
||||
**/bin
|
||||
**/.vs
|
||||
*.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue