Skip to content

Commit fb7603e

Browse files
committed
chore: add .gitignore for test files and build artifacts
1 parent 6718af8 commit fb7603e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# macOS
2+
.DS_Store
3+
4+
# Build artifacts
5+
*.ipk
6+
7+
# Development and testing files
8+
BUILD_IPK.md
9+
TESTING.md
10+
build-*.sh
11+
deploy-*.sh
12+
rollback-*.sh
13+
14+
# Documentation and planning
15+
subscription-from-proxy-providers-plan*.md
16+
17+
# Test configuration
18+
test-config-*.yaml
19+
20+
# Test directory
21+
test/

0 commit comments

Comments
 (0)