We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a2a3c commit b47734dCopy full SHA for b47734d
1 file changed
.gitignore
@@ -1,9 +1,10 @@
1
+
2
# SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko
3
# SPDX-License-Identifier: MIT
-
4
+*.iml
5
.DS_Store
-target/
6
.idea/
7
-*.iml
8
-ajcore.*
9
.jqwik-database
+ajcore.*
+node_modules/
10
+target/
0 commit comments