diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-21 22:41:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-21 22:41:27 +0800 |
| commit | 83ba4cd9e9df069e3002e19cfb252e65aabe6eab (patch) | |
| tree | 3c34d80d152abb3b843bc0b6ef9d350655924d65 | |
| parent | 82bef8f77701892bff9a9327ef46d41365b41acb (diff) | |
chore: add .gitignore to exclude all files except key docs and license
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3062817 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* +!READMD.md +!ANSI-DRAW.md +!.gitignore +!LICENSE |
