Skip to content

Commit ad42292

Browse files
cryptobenchclaude
andcommitted
Add .gitignore and remove build artifacts from tracking
Remove target/ directory from version control as these are generated build artifacts that should not be committed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b442db7 commit ad42292

32 files changed

+17
-807
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Maven build output
2+
target/
3+
4+
# IDE files
5+
.idea/
6+
*.iml
7+
.vscode/
8+
.settings/
9+
.project
10+
.classpath
11+
12+
# OS files
13+
.DS_Store
14+
Thumbs.db
15+
16+
# Logs
17+
*.log

target/EasyWebMap-1.0.0.jar

-10 MB
Binary file not shown.
-4.51 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
-1.26 KB
Binary file not shown.
-6.05 KB
Binary file not shown.
-7.08 KB
Binary file not shown.
-1.97 KB
Binary file not shown.
-1.23 KB
Binary file not shown.
-1.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)