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