diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-18 01:12:54 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-18 01:12:54 +0800 |
| commit | 088a09bbfd9bf8ebcdf3dd193cef688f37efe3c5 (patch) | |
| tree | 2f3f4f46456ec3d54a936d028fac207a2d851778 /.gitignore | |
| parent | 764c177237dfeebfd53895a68f42145f892e9eda (diff) | |
First commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bcaf7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +**/bin +**/obj +bin/** +obj/** |
