├── 😊 ├── a\b ├── .semgrepignore ├── README.md └── _MiscellaneousOptions​_CarnetMiscellaneousOptions​​ControlBag.cs /😊: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /a\b: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /.semgrepignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # test-weird-git-stuff 2 | Testing git and github 3 | -------------------------------------------------------------------------------- /_MiscellaneousOptions​_CarnetMiscellaneousOptions​​ControlBag.cs: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------