-
Notifications
You must be signed in to change notification settings - Fork 230
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (34 loc) · 900 Bytes
/
.gitignore
File metadata and controls
43 lines (34 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.DS_Store
ios/Pods
local.properties
keystore.properties
blokada-gplay.json
blokada-appstore.json
*.jks
*.keystore
*.local.json
.env.local
# Claude Code: only check in shared instructions/skills; everything else is developer-local
# (the !.claude/ line overrides the global gitignore's `.claude` rule so re-includes below take effect)
!.claude/
.claude/*
!.claude/settings.json
!.claude/skills
# Appium / WDIO artifacts
automation/appium/output/
automation/appium/.appium/
automation/appium/wdio/node_modules/
automation/appium/wdio/.npmrc
automation/device/output/
ios/BlockaWebExtension/node_modules/
ios/BlockaWebExtension/tests/node_modules/
!.appiumrc.yaml
*.log
# iOS build artifacts
ios/*.ipa
ios/*.dSYM.zip
# Track repo-local skills even if .agents is globally ignored
!.agents/skills/
!.agents/skills/**
# Local-only planning artifacts (Claude / superpowers)
docs/superpowers/plans/