Skip to content

Commit ad9b7a6

Browse files
committed
Add: ignore new location of cargo test output.
1 parent 158ad82 commit ad9b7a6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright (C) 2025 Bryan A. Jones.
2+
#
3+
# This file is part of the CodeChat Editor.
4+
#
5+
# The CodeChat Editor is free software: you can redistribute it and/or modify it
6+
# under the terms of the GNU General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
9+
#
10+
# The CodeChat Editor is distributed in the hope that it will be useful, but
11+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+
# details.
14+
#
15+
# You should have received a copy of the GNU General Public License along with
16+
# the CodeChat Editor. If not, see
17+
# [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
18+
#
19+
# `.gitignore` -- files for Git to ignore
20+
# =======================================
21+
#
22+
# dist build output
23+
target/

0 commit comments

Comments
 (0)