Skip to content

Commit b907d0a

Browse files
committed
Add a .claudeignore file to the root
1 parent 7ad136e commit b907d0a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.claudeignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .claudeignore
2+
3+
# Build artifacts
4+
**/bin/
5+
**/obj/
6+
7+
# Package cache
8+
**/packages/
9+
**/.nuget/
10+
11+
# IDE specific files
12+
**/*.idea/
13+
**/*.vscode/
14+
**/.vs/
15+
16+
# Temporary and log files
17+
**/temp/
18+
**/logs/
19+
**/*.log
20+
21+
# Test results
22+
**/TestResults/
23+
24+
# Visual Studio cache
25+
**/_ReSharper*/
26+
**/ReSharper*

0 commit comments

Comments
 (0)