AdventOfCode2022/.gitignore

12 lines
95 B
Plaintext
Raw Normal View History

2023-12-09 12:06:30 +01:00
# ignore all without extension
*
!*.*
!*/
*.txt
*.o
*.class
*.vimspector.json
*.clangd
*.old