diff options
| author | 2025-01-16 01:26:49 +0800 | |
|---|---|---|
| committer | 2025-01-16 01:26:49 +0800 | |
| commit | ee71943e7433059d9326867d5dd62385ab76ab58 (patch) | |
| tree | 3e96b1343f040212f855a33bcb4ca57dd1f618d4 /.gitignore | |
| download | DropOut-ee71943e7433059d9326867d5dd62385ab76ab58.tar.gz DropOut-ee71943e7433059d9326867d5dd62385ab76ab58.zip | |
first commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f66bb0f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# target +target/
\ No newline at end of file |